You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
198 B
Bash
11 lines
198 B
Bash
7 years ago
|
# 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
|