export ZPLUG_HOME="$HOME/.zsh/zplug" source "$ZPLUG_HOME/init.zsh" zplug t413/zsh-background-notify zplug rimraf/k zplug tarrasch/zsh-bd zplug zsh-users/zsh-syntax-highlighting, defer:2 zplug zsh-users/zaw zplug chisui/zsh-nix-shell zplug "${HOME}/.zsh", from:local if [ -f "$HOME/.zshrc.local" ]; then source $HOME/.zshrc.local fi if ! zplug check --verbose; then printf "Install? [y/N]: " if read -q; then echo; zplug install fi fi zplug load