/dotfiles

my dotfiles: vim, bash, R, etc.

Primary LanguageVim scriptMIT LicenseMIT

dotfiles

Install by cloning into ~/.dotfiles, then running stow:

pushd ~/
git clone https://github.com/shabbychef/dotfiles.git .dotfiles
cd .dotfiles
sudo apt-get install stow
stow vim
stow R
stow bash
stow ctags
stow less
stow tmux
stow screen
stow hg
stow abcde
cd ~/.vim && make all && cd -