Dotfiles for:
- Vim
- Mutt
- Zsh
Clone repo with submodules:
cd ~
git clone --recursive https://github.com/w1zdun/dotfiles.git
Move dotfiles to home:
cd dotfiles
mv .* ~
rm -fr dotfiles
Or:
cd ~
git init
git remote add origin https://github.com/w1zdun/dotfiles.git
git pull origin master
git submodule update --init --recursive
- vimrc heavily based on Tomasz Święcicki tomislater@gmail.com config
- zsh from grml.org