Debian doesn't have powerlevel10k
This commit is contained in:
parent
b7db00e9e1
commit
29261dbf40
1 changed files with 9 additions and 5 deletions
14
configs.yml
14
configs.yml
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue