my config dotfiles
###Installing
git clone https://github.com/kevin4fly/dotfiles
cd dotfiles && ./install.sh
git pull && git submodule update --init --recursive
- read file in
vim/README.md
for vim settings - read file in
mutt/README.md
for mutt settings
###Uninstalling
The uninstalling only removes the config files which are symbolic links
located in the $HOME directory
cd dotfiles && ./uninstall.sh