2021-11-28 23:58:29 +01:00
|
|
|
# zsh-settings
|
|
|
|
|
2021-11-29 00:12:46 +01:00
|
|
|
- Install Requirments
|
2021-11-29 00:49:54 +01:00
|
|
|
- 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
|
2021-11-29 00:22:00 +01:00
|
|
|
- Check the Repos for instructions:
|
|
|
|
- https://git.gc4.at/linux/nerd-fonts
|
|
|
|
- https://git.gc4.at/linux/mcfly
|
|
|
|
- https://git.gc4.at/linux/ohmyzsh
|
|
|
|
- https://git.gc4.at/linux/colorls
|
|
|
|
- https://git.gc4.at/linux/powerlevel10k
|
2021-11-29 11:29:02 +01:00
|
|
|
- https://git.gc4.at/linux/zsh-autosuggestions
|
|
|
|
- https://git.gc4.at/linux/zsh-syntax-highlighting
|
|
|
|
|
2021-11-29 00:12:46 +01:00
|
|
|
- Install
|
|
|
|
- mkdir ~/.config_repos
|
2021-11-29 11:29:02 +01:00
|
|
|
|
2021-11-29 00:12:46 +01:00
|
|
|
- cd ~/.config_repos
|
2021-11-29 11:29:02 +01:00
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
- --recurse-submodules -j8 is important since .oh-my-zsh and .oh-my-zsh/custom/plugins are also remote repos (int his repo) = submodules
|
|
|
|
|
2021-11-29 00:12:46 +01:00
|
|
|
- cd ~
|
2021-11-29 11:29:02 +01:00
|
|
|
|
2021-11-29 00:12:46 +01:00
|
|
|
- ln -s .config_repos/zsh-settings/.zshrc
|
2021-11-29 11:29:02 +01:00
|
|
|
|
2021-11-29 00:12:46 +01:00
|
|
|
- ln -s .config_repos/zsh-settings/.p10k.zsh
|
2021-11-29 11:29:02 +01:00
|
|
|
|
2021-11-29 01:14:52 +01:00
|
|
|
- ln -s .config_repos/zsh-settings/.oh-my-zsh
|