- Bar:
lemonbar
- Browser:
qutebrowser
- Compositor:
compton
- File Manager:
ranger
- Font:
tewi
- Program launcher:
rofi
- PDF viewer:
zathura
- Text editor:
vim
- Terminal emulator:
urxvt patched
- Window manager:
i3-gaps
Lately I've been using GNU stow to manage my dotfiles. If interested with any of my configs you can simply use stow to install.
- Clone this repo.
git clone https://github.com/mohabaks/dotfiles
- Change directory to dotfiles
cd dotfiles
- Install using stow
# Install tmux config
stow tmux
# Only for files in config directory
# you will need to change directory to that
# example to install zathura config
cd config
# Install zathura config
stow zathura
# Unstow zathura config
stow -D zathura