Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 395 Bytes

File metadata and controls

19 lines (11 loc) · 395 Bytes

#My dotfiles.

Installation

git clone https://github.com/singhsaysdotcom/dotfiles ~/dotfiles
~/dotfiles/scripts/setup.sh

vim
Esc:BundleInstall

##.vim setup

  • add new submodules with

    cd ~/dotfiles; git submodule add $REPO bundle/$REPONAME; git submodule init && git submodule update

  • update submodules with

    cd ~/dotfiles; git submodule foreach git pull