my collection of config files
- distro ubuntu
- wm stumpwm
- terminal kitty together with tmux
- browser firefox
- shell zsh with common
- editor vim
I use GNU Stow to manage my dotfiles.
$ git clone https://github.com/waynee95/dotfiles ~/.dotfiles
$ cd ~/.dotfiles
$ stow bash zsh vim # plus whatever else you'd like
It will create a symbolic link for each file in your $HOME
directory. To
delete it, you can use.
$ stow -D zsh