mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2025-01-08 10:27:30 +01:00
11 lines
218 B
Bash
11 lines
218 B
Bash
#!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
|