update i3 and vimrc
[dotfiles.git] / README
1 Dotfiles
2
3 Run install.sh to load the dotfiles, the script assumes them being linked and
4 replaces the link with a link to this directory.
5
6 To load the vim plugins you have to clone the repo recursively:
7 git clone --recursive https://github.com/dopefishh/dotfiles.git
8
9 If you forgot the recursive flag you can do:
10 git submodule init
11 git submodule update
12 git submodule foreach git submodule init
13 git submodule foreach git submodule update