Submodules readme
This commit is contained in:
parent
403db81601
commit
e3bd395c99
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# vim-settings
|
# vim-settings
|
||||||
|
|
||||||
- What's inside
|
- What's inside
|
||||||
- A bunch of Settings (Numbers, Nocompatible, History,...)
|
- A bunch of Settings (Numbers, Nocompatible, History, Mouse,...)
|
||||||
- VIM Plugin Manager Plug
|
- VIM Plugin Manager Plug
|
||||||
- Plugins:
|
- Plugins:
|
||||||
- Easy Aalign
|
- Easy Aalign
|
||||||
|
@ -14,7 +14,9 @@
|
||||||
- Install
|
- Install
|
||||||
- mkdir ~/.config_repos
|
- mkdir ~/.config_repos
|
||||||
- cd ~/.config_repos
|
- cd ~/.config_repos
|
||||||
- git clone https://git.gc4.at/linux/vim-settings.git
|
- git clone --recurse-submodules -j8 https://git.gc4.at/linux/vim-settings.git
|
||||||
|
- Use ssh if you want to commit also: git clone --recurse-submodules -j8 ssh://git@git.gc4.at:4258/linux/vim-settings.git
|
||||||
|
- --recurse-submodules -j8 is important since the Plugins in .vim/plugged are also remote repos (int his repo) = submodules
|
||||||
- cd ~
|
- cd ~
|
||||||
- ln -s .config_repos/vim-settings/.vimrc
|
- ln -s .config_repos/vim-settings/.vimrc
|
||||||
- ln -s .config_repos/vim-settings/.vim
|
- ln -s .config_repos/vim-settings/.vim
|
||||||
|
|
Loading…
Reference in a new issue