Personal dotfiles to setup my working environments (home and work) using GNU stow.
Linux | macOS | |
---|---|---|
WM / hotkey | bspwm / sxhkd | yabai / skhd |
Shell | zsh | |
Terminal | kitty | |
Bar | polybar | builtin |
Browser | firefox | |
Editor | vim / neovim | |
Launcher | rofi | choose-gui |
Notifier | wired-notify | builtin |
Themer | wallust | |
neomutt | ||
Music | mpd / rmpc | |
Video | mpv / ModernZ | |
Image | nsxiv | qview |
zathura | ||
Filemanager | yazi | |
Clipboard | clipcat |
git clone https://github.com/soifou/dotfiles ~/
cd ~/dotfiles
echo "--target=$(echo $HOME)\n--verbose" >.stowrc
- Add/remove config for vim :
stow vim
stow -D vim
- Add/remove config for an entire env, ie. @debian:
stow @debian
stow -D @debian
- Add/remove config for vscode on linux:
stow -d vscodium @linux
stow -D -d vscodium @linux
Look at the corresponding folders for more details.