- i3wm
- vim
- Xresources
- zsh
- rofi
- dunst
- betterlockscreen
- barista bar (i3 bar replacement)
- dolphin-emu
- vscode
Deployed with GNU Stow.
home/
- files with base path$HOME
.root/
- files with base path/
.
Deploying zsh dotfiles
dotfiles $ cd home/
dotfiles/home $ stow zsh
...
dotfiles/home $ stow shell # Shell-agnostic files
...
Deploying rofi
dotfiles $ cd home/
dotfiles/home $ stow rofi
...
# Rofi has config files outside $HOME so we have to deploy those as well.
dotfiles/home $ cd ../root
dotfiles/root $ sudo stow rofi
...