- vim configuration for vim and gvim
- zsh need `oh-my-zsh` installed
- aria2 aria2 downloader
- gdb some custom commands for `gdb`
- tmux custom shortcut prefix and etc...
- git git username, email and default editor config
Using GNU Stow to symlink them to ~/
directory.
git clone https://github.com/ladrift/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# install package for an specified configuration
stow <package-name>
# uninstall
stow -D <package-name>
# install to specified path
sudo stow zsh -t /
Inspired by