Update 'README.md'

Switch to .dotfiles folder structure
This commit is contained in:
Elmar Sönser 2021-12-03 12:16:20 +01:00
parent 05d373a585
commit c01d081bde

View file

@ -17,17 +17,17 @@
- vim-code-dark - vim-code-dark
- vim-airline-themes - vim-airline-themes
- Install - Install
- `mkdir ~/.config_repos` - `mkdir ~/.dotfiles`
- `cd ~/.config_repos` - `cd ~/.dotfiles`
- `git clone --recurse-submodules -j8 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: - Use ssh if you want to commit also:
- `git clone --recurse-submodules -j8 ssh://git@git.gc4.at:4258/linux/vim-settings.git` - `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` - `mv .vim .vim_old && mv .vimrc .vimrc_old`
- `ln -s .config_repos/vim-settings/.vimrc` - `ln -s .dotfiles/vim-settings/.vimrc`
- `ln -s .config_repos/vim-settings/.vim` - `ln -s .dotfiles/vim-settings/.vim`
- Update (Submodules included) - Update (Submodules included)
- `cd ~/.config_repos/vim-settings` - `cd ~/.dotfiles/vim-settings`
- `git submodule update --recursive --remote` - `git submodule update --recursive --remote`