Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 826 Bytes

File metadata and controls

36 lines (30 loc) · 826 Bytes

How to install

mkdir ~/repos
cd ~/repos
git clone git://github.com/aler/dotfiles.git
cd

ln -nfs repos/dotfiles/bash/bashrc .bashrc
ln -nfs repos/dotfiles/bash/bash_profile .bash_profile
ln -nfs repos/dotfiles/vim/vimrc .vimrc
ln -nfs repos/dotfiles/vim/gvimrc .gvimrc
ln -nfs repos/dotfiles/vim .vim
ln -nfs repos/dotfiles/gitconfig .gitconfig
ln -nfs repos/dotfiles/ackrc .ackrc
ln -nfs repos/snippets .vim/snippets

brew install ack
cd repos/dotfiles
git submodule init
git submodule update
cd vim/bundle/command-t
rake make
cd

cd /tmp
wget http://vc.gerg.ca/hg/vcprompt/archive/tip.tar.gz
mkdir vcprompt
tar xvzf tip.tar.gz -C vcprompt
cd vcprompt
make
cp vcprompt ~/bin

cd
source ~/.bashrc