Skip to content

Instantly share code, notes, and snippets.

@jishaal
Forked from shaykalyan/ohmyzsh-theme-guide.md
Last active May 7, 2022 11:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jishaal/fb9b031f074ee317a38e to your computer and use it in GitHub Desktop.
Save jishaal/fb9b031f074ee317a38e to your computer and use it in GitHub Desktop.

Themed zsh Shell for iTerm/Guake Guide

Preview

What you need

Install

  • Edit the theme to include your user name
    • Find and replace <username> with your alias
  • Copy theme to Oh My Zsh's theme directory
    • cp xshay.zsh-theme ~/.oh-my-zsh/themes/
  • Install powerline fonts
    • Mac
      • Install like any other font
    • *nix
      • Copy Powerline fonts to your system fonts directory
        • sudo cp *.otf /usr/share/fonts/opentype
          • If the directory does not exist, create it
      • Refresh system font cache
        • sudo fc-cache -fv
  • Edit ~/.zshrc to use new xshay theme
  • Update font settings to use a Powerline font
    • iTerm
      • Preferences -> Profiles -> Text -> Change Font
  • Change your color palette
    • iTerm
      • Preferences -> Profiles -> Colors -> Load Presets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment