A place to store my dot files for coding
Clone into ~/dotfiles/
Then add symlinks in your ~/ directory
# Symlink vim:
ln -nfs ~/dotfiles/ ~/.vim
# Symlink .vimrc:
ln -nfs ~/dotfiles/vimrc ~/.vimrc
# Symlink .vimrc.bundles:
ln -nfs ~/dotfiles/vimrc.bundles ~/.vimrc.bundles
# Symlink .bash_aliases
ln -nfs ~/dotfiles/bash_aliases ~/.bash_aliases
# Symlink .gitconfig
ln -nfs ~/dotfiles/gitconfig ~/.gitconfig
# Symlink .gitignore
ln -nfs ~/dotfiles/gitignore ~/.gitignore
# Symlink .gemrc
ln -nfs ~/dotfiles/gemrc ~/.gemrc
Open vim and run:
:BundleInstall
Download and install patched fonts from here and use these fonts in your terminal