Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 256 Bytes

Dotfiles

Installation

git clone [email protected]:dignan/dotfiles.git dotfiles_tmp
mv dotfiles_tmp/.git $HOME/
cp -r dotfiles_tmp/* $HOME/
cd $HOME
git submodule update --init
vim -u bundles.vim +BundleInstall +q