Skip to content

aler/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published