No description
.oh-my-zsh@15fd9c84de | ||
.gitmodules | ||
.p10k.zsh | ||
.zshrc | ||
README.md |
zsh-settings
-
Install Requirments
- 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
- Check the Repos for instructions:
-
Install
-
mkdir ~/.config_repos
-
cd ~/.config_repos
-
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
-
-
cd ~
-
ln -s .config_repos/zsh-settings/.zshrc
-
ln -s .config_repos/zsh-settings/.p10k.zsh
-
ln -s .config_repos/zsh-settings/.oh-my-zsh
-
Powerlevel10k
-
Already pre installed with (git clone --depth=1 https://git.gc4.at/linux/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k)
-
Update with:
git -C ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k pull
-
-