$ git clone git@github.com:armeo/dotfiles.git
my vim setup requires ag which can be installed by
$ brew install the_silver_searcher
then set up vim and vundle.
$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
$ ln -s ~/dotfiles/.vimrc ~/.vimrc
$ vim +PluginInstall +qall
$ ln -s ~/dotfiles/.vim ~/.vim
adding new plugin / updating existing plugins, see Vundle
fyi: i always use non fast-forward merge strategy.
$ ln -s ~/dotfiles/.gitconfig ~/.gitconfig
$ ln -s ~/dotfiles/.osx ~/.osx
ag
's ignored patterns. normally ag
ignores patterns in .gitignore
file but still, there are some files in the repo that shouldn't show up in CtrlP
.
$ ln -s ~/dotfiles/.agignore ~/.agignore
$ git clone git@github.com:powerline/fonts.git
$ cd fonts
$ ./install.sh
$ cd ..
$ rm -rf fonts