Skip to content

Instantly share code, notes, and snippets.

@dmidlo
Created March 26, 2017 23:26
Show Gist options
  • Save dmidlo/1b4db34c3cccd0f14ddc9aade2785263 to your computer and use it in GitHub Desktop.
Save dmidlo/1b4db34c3cccd0f14ddc9aade2785263 to your computer and use it in GitHub Desktop.
% sed -i.bak 's/^ZSH_THEME.*/POWERLEVEL9K_MODE=\"awesome-patched\"\'$'\n&/' ~/.zshrc
% cat ~/.zshrc
# Relevant Output
#...
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
POWERLEVEL9K_MODE="awesome-fontconfig"
ZSH_THEME="powerlevel9k/powerlevel9k"
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment