Skip to content

Instantly share code, notes, and snippets.

@marble
Last active November 8, 2017 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marble/15b73d6cd286a5c7466fed872f7b340a to your computer and use it in GitHub Desktop.
Save marble/15b73d6cd286a5c7466fed872f7b340a to your computer and use it in GitHub Desktop.
About oh-my-zsh

About Oh-My-Zsh

2017-11-06

WIP - work in progress. Just starting

ZSH

sudo apt-get install zsh

oh-my-zsh

Theme: robbyrussell

Fonts

Theme

Installation steps

  1. See this renshuki/ubuntu_agnoster_install.md https://gist.github.com/renshuki/3cf3de6e7f00fa7e744a

or

  1. Install one of the patched powerline fonts
  2. Activate font in terminal window

    Verify:

    echo -e "\ue0a0 \ue0a1 \ue0a2 \ue0b0 \ue0b1 \ue0b2"
  3. Install oh-my-zsh:

    # https://github.com/robbyrussell/oh-my-zsh
    curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
    # or
    wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh
  4. Configure Oh-My-Zsh
  5. Plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment