Debian doesn't have powerlevel10k

This commit is contained in:
Tunui Franken 2021-12-22 15:42:19 +01:00
parent b7db00e9e1
commit 29261dbf40

View file

@ -451,11 +451,15 @@ neovim:
zsh:
- install:
- zsh
- zsh-completions
- zsh-autosuggestions
- zsh-syntax-highlighting
- zsh-theme-powerlevel10k
arch:
- zsh-theme-powerlevel10k
debian:
- zsh-theme-powerlevel9k
both:
- zsh
- zsh-completions
- zsh-autosuggestions
- zsh-syntax-highlighting
- run:
- content='. "$HOME"/setup-cockpit/dotfiles/zsh/zshrc'; grep "$content" "$HOME"/.zshrc >/dev/null 2>&1 || echo "$content" >> "$HOME"/.zshrc
- run: