Update 'README.md'
This commit is contained in:
parent
645576aed2
commit
e0d8f7501e
1 changed files with 0 additions and 11 deletions
11
README.md
11
README.md
|
@ -12,29 +12,18 @@
|
||||||
- curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --git cantino/mcfly
|
- curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --git cantino/mcfly
|
||||||
|
|
||||||
- Install
|
- Install
|
||||||
|
|
||||||
- mkdir ~/.config_repos
|
- mkdir ~/.config_repos
|
||||||
|
|
||||||
- cd ~/.config_repos
|
- cd ~/.config_repos
|
||||||
|
|
||||||
- git clone --recurse-submodules -j8 https://git.gc4.at/linux/zsh-settings.git
|
- git clone --recurse-submodules -j8 https://git.gc4.at/linux/zsh-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/zsh-settings.git
|
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
|
- --recurse-submodules -j8 is important since .oh-my-zsh and .oh-my-zsh/custom/plugins are also remote repos (int his repo) = submodules
|
||||||
|
|
||||||
- cd ~
|
- cd ~
|
||||||
|
|
||||||
- ln -s .config_repos/zsh-settings/.zshrc
|
- ln -s .config_repos/zsh-settings/.zshrc
|
||||||
|
|
||||||
- ln -s .config_repos/zsh-settings/.p10k.zsh
|
- ln -s .config_repos/zsh-settings/.p10k.zsh
|
||||||
|
|
||||||
- ln -s .config_repos/zsh-settings/.oh-my-zsh
|
- ln -s .config_repos/zsh-settings/.oh-my-zsh
|
||||||
|
|
||||||
- Update (Submodules included)
|
- Update (Submodules included)
|
||||||
|
|
||||||
- cd ~/.config_repos/zsh-settings
|
- cd ~/.config_repos/zsh-settings
|
||||||
- git submodule update --recursive --remote
|
- git submodule update --recursive --remote
|
||||||
- curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --force --git cantino/mcfly
|
- curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --force --git cantino/mcfly
|
||||||
|
|
Loading…
Reference in a new issue