dotfiles/dot_config/zsh/files/evalstuff.zsh
eeleater 8f593feffb Update .config/sheldon/plugins.toml
Add .config/topgrade.toml
Update .config/zsh/env.zsh
Update .config/zsh/files/evalstuff.zsh
Update .config/zsh/profile.zsh
Update .config/zsh/rc.zsh
2023-04-27 08:11:58 +02:00

15 lines
575 B
Bash

# starship
#_evalcache starship init zsh --print-full-init
# ohmyposh
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'kali.omp.json' 'lambda.omp.json' 'nordtron.omp.json' 'pure.omp.json' 'uew.omp.json')
export POSH_THEME="/usr/share/oh-my-posh/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]"
eval "$(ohmyposh init zsh)"
# evalstuff
_evalcache zoxide init --cmd cd zsh
_evalcache atuin init zsh
_evalcache navi widget zsh
_evalcache direnv hook zsh
_evalcache ntfy shell-integration
eval "$(keychain --dir "$XDG_CACHE_HOME"/keychain --eval --quiet id_rsa)"