All my dotfiles. Boom!
- Clone repo into home directory.
git clone http://github.com/mattattaque/dotfiles ~/.dotfiles
- Navigate into cloned directory and run the setup script.
sh setup.sh
The setup script creates symlinks from the files in cloned directory to $HOME, preserving old dotfiles into $HOME/dotfiles_old
My setup uses vundle for plugin management. The setup.sh script pulls down Vundle automatically.
The first time vim is run after running the script, tell vundle to pull down vim plugins, indicated in the .vimrc, by running the following from within vim.
:BundleInstall
Boom. Done.