#Dotfiles
dotfiles for customising my bash, vim and terminal.
##Installation
The install.sh shell script copies the old config files in home (~) to dotfiles_old and creates symlinks of all dotfiles in ~ to ~/dotfiles. For instance, .vimrc => ~/dotfiles/.vimrc
cd ~/dotfiles
chmod u+x install.sh
./install.sh