devconf/.zcustom/init.zsh

16 lines
313 B
Bash
Raw Normal View History

2020-03-12 16:31:33 +00:00
source ~/.zcustom/packages.zsh
source ~/.zcustom/p9k.zsh
source ~/.zcustom/env.zsh
source ~/.zcustom/alias.zsh
source ~/.zcustom/motd.zsh
2020-08-30 09:03:18 +00:00
source ~/.zcustom/devices.zsh
2020-02-18 21:26:59 +00:00
if ! zplug check --verbose; then
printf "Install? [y/N]: "
if read -q; then
echo; zplug install
fi
fi
zplug load --verbose