This commit is contained in:
Elmar Sönser 2021-11-29 11:58:33 +01:00
parent f5a59927f2
commit 658369729c

View file

@ -32,13 +32,3 @@
- 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
- 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
```