Adding the missing session signs.
This commit is contained in:
parent
e3c972b06b
commit
2a7d607dc6
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ This is just a bunch of dotfiles.
|
|||
Plugins are managed by Vundle, which is a git submodule. After cloning the `dotfiles` repository, you have to initialize the submodule and install all plugins.
|
||||
|
||||
``` console
|
||||
cd dotfiles/
|
||||
git submodule init
|
||||
git submodule update
|
||||
vim +PluginInstall +qall
|
||||
$ cd dotfiles/
|
||||
$ git submodule init
|
||||
$ git submodule update
|
||||
$ vim +PluginInstall +qall
|
||||
```
|
||||
|
||||
Plugins can be updated with `vim +PluginUpdate +qall`.
|
||||
|
|
Loading…
Reference in a new issue