powerlevel10k

master
Tom Weber 3 years ago
parent fed2df44e0
commit 44abf40e0f

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

@ -4,8 +4,7 @@ fi
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# ZSH_THEME="powerlevel10k/powerlevel10k"
ZSH_THEME="ar-round"
ZSH_THEME="powerlevel10k/powerlevel10k"
plugins=(git
#zsh-completions
)
@ -20,6 +19,7 @@ export GOPATH=$HOME/.go
source $ZSH/oh-my-zsh.sh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8'
source $HOME/.cargo/env

@ -19,7 +19,7 @@ wget -qO- https://git.io/papirus-folders-install | sh
papirus-folders -C nordic --theme Papirus
# install aur packages
yay -S --noconfirm --answerdiff=None neovim-plug
yay -S --noconfirm --answerdiff=None neovim-plug zsh-theme-powerlevel10k-git
# install zsh and omz
#chsh -s $(which zsh)

Loading…
Cancel
Save