devconf/shell/.zcustom/init.zsh
2024-02-15 13:10:06 +01:00

13 lines
257 B
Bash

source ~/.zcustom/packages.zsh
source ~/.zcustom/p9k.zsh
source ~/.zcustom/alias.zsh
source ~/.zcustom/motd.zsh
if ! zplug check --verbose; then
printf "Install? [y/N]: "
if read -q; then
echo; zplug install
fi
fi
zplug load --verbose