Skip to content

Instantly share code, notes, and snippets.

@adlerdias
Last active January 4, 2019 13:28
Show Gist options
  • Select an option

  • Save adlerdias/7bd43433d7aa2fe01e6508ff45b606ed to your computer and use it in GitHub Desktop.

Select an option

Save adlerdias/7bd43433d7aa2fe01e6508ff45b606ed to your computer and use it in GitHub Desktop.
Ubuntu 18.04: zsh + oh-my-zsh

1 install zsh and git

$ sudo apt-get install zsh git-core

2 install oh-my-zsh

$ wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh

3 set zsh as shell

chsh -s `which zsh`

4 reopen your terminal or restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment