diff --git a/README.md b/README.md index b1ab42f..e28feae 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ git clone --recurse-submodules -j8 ssh://git@git.gc4.at:4258/linux/zsh-settings.git - --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 - ln -s .config_repos/zsh-settings/.zshrc - ln -s .config_repos/zsh-settings/.p10k.zsh - ln -s .config_repos/zsh-settings/.oh-my-zsh