Update 'README.md'

This commit is contained in:
Elmar Sönser 2021-12-21 08:23:01 +01:00
parent 6551519795
commit 92eb16964c

View file

@ -23,7 +23,7 @@
- cd ~/.dotfiles
- `git clone --recurse-submodules -j8 https://git.gc4.at/linux/zsh-settings.git`
- Use ssh if you want to commit also:
`git clone --recurse-submodules -j8 ssh://git@git.gc4.at:4258/linux/zsh-settings.git`
`git clone --recurse-submodules -j8 SSH URL`
- --recurse-submodules -j8 is important since .oh-my-zsh and .oh-my-zsh/custom/plugins are also remote repos (int his repo) = submodules
- `cd ~`
- `mv .zshrc .zshrc_old && mv .p10k.zsh .p10k.zsh_old && mv .oh-my-zsh .oh-my-zsh_old`