mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2025-01-07 09:57:30 +01:00
11 lines
198 B
Bash
11 lines
198 B
Bash
# load zgen
|
|
source ~/.zgen/zgen.zsh
|
|
|
|
# if the init scipt doesn't exist
|
|
if ! zgen saved; then
|
|
zgen load ~/p9k/powerlevel9k.zsh-theme
|
|
|
|
# generate the init script from plugins above
|
|
zgen save
|
|
fi
|