Created
March 26, 2017 22:54
-
-
Save dmidlo/14a4e8ce6fb088df198895cd90872b7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k | |
| % sed -i.bak 's~\(ZSH_THEME="\)[^"]*\(".*\)~\1powerlevel9k\/powerlevel9k\2~' ~/.zshrc | |
| % cat .zshrc | grep ZSH_THEME | |
| ZSH_THEME="powerlevel9k/powerlevel9k" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment