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.
|
#!zsh
|
|
|
|
# install zulu https://github.com/zulu-zsh/zulu
|
|
curl -L https://git.io/zulu-install | zsh && zsh
|
|
|
|
{
|
|
echo 'zulu fpath add ~/p9k'
|
|
echo 'zulu fpath add ~/p9k/functions'
|
|
echo 'zulu theme powerlevel9k'
|
|
} >> ~/.zshrc
|