Update 'README.md'

mv
This commit is contained in:
Elmar Sönser 2021-11-29 14:31:58 +01:00
parent ace3e199fd
commit cc4be0e9fe

View file

@ -18,6 +18,7 @@
- Use ssh if you want to commit also: git clone --recurse-submodules -j8 ssh://git@git.gc4.at:4258/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 - --recurse-submodules -j8 is important since the Plugins in .vim/plugged are also remote repos (int his repo) = submodules
- cd ~ - cd ~
- mv .vim .vim_old && mv .vimrc .vimrc_old
- 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