Update 'README.md'
This commit is contained in:
parent
658369729c
commit
a474c2484b
1 changed files with 18 additions and 10 deletions
28
README.md
28
README.md
|
@ -1,6 +1,7 @@
|
||||||
# zsh-settings
|
# zsh-settings
|
||||||
|
|
||||||
- Install Requirments
|
- Install Requirments
|
||||||
|
|
||||||
- yay mcfly
|
- yay mcfly
|
||||||
- yay -S zsh oh-my-zsh-git zsh-theme-powerlevel10k-git ruby ruby-colorls nerd-fonts-complete zsh-autosuggestions zsh-syntax-highlighting ttf-meslo-nerd-font-powerlevel10k
|
- yay -S zsh oh-my-zsh-git zsh-theme-powerlevel10k-git ruby ruby-colorls nerd-fonts-complete zsh-autosuggestions zsh-syntax-highlighting ttf-meslo-nerd-font-powerlevel10k
|
||||||
- Check the Repos for instructions:
|
- Check the Repos for instructions:
|
||||||
|
@ -11,24 +12,31 @@
|
||||||
- https://git.gc4.at/linux/powerlevel10k
|
- https://git.gc4.at/linux/powerlevel10k
|
||||||
- https://git.gc4.at/linux/zsh-autosuggestions
|
- https://git.gc4.at/linux/zsh-autosuggestions
|
||||||
- https://git.gc4.at/linux/zsh-syntax-highlighting
|
- https://git.gc4.at/linux/zsh-syntax-highlighting
|
||||||
|
|
||||||
- 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)
|
||||||
|
|
||||||
|
- cd ~/.config_repos/zsh-settings
|
||||||
|
|
||||||
|
- git submodule update --recursive --remote
|
Loading…
Reference in a new issue