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:
|
zsh:
|
||||||
- install:
|
- install:
|
||||||
- zsh
|
arch:
|
||||||
- zsh-completions
|
- zsh-theme-powerlevel10k
|
||||||
- zsh-autosuggestions
|
debian:
|
||||||
- zsh-syntax-highlighting
|
- zsh-theme-powerlevel9k
|
||||||
- zsh-theme-powerlevel10k
|
both:
|
||||||
|
- zsh
|
||||||
|
- zsh-completions
|
||||||
|
- zsh-autosuggestions
|
||||||
|
- zsh-syntax-highlighting
|
||||||
- run:
|
- run:
|
||||||
- content='. "$HOME"/setup-cockpit/dotfiles/zsh/zshrc'; grep "$content" "$HOME"/.zshrc >/dev/null 2>&1 || echo "$content" >> "$HOME"/.zshrc
|
- content='. "$HOME"/setup-cockpit/dotfiles/zsh/zshrc'; grep "$content" "$HOME"/.zshrc >/dev/null 2>&1 || echo "$content" >> "$HOME"/.zshrc
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue