Skip to content

Instantly share code, notes, and snippets.

@easydevmixin
easydevmixin / install-oh-my-zsh-on-ubuntu
Created February 14, 2018 19:19 — forked from richardtape/install-oh-my-zsh-on-ubuntu
Install Oh My ZSH on Ubuntu 14.04
# Where is the location of your current shall. Useful if we need to revert
echo $0
# Install ZSH
sudo apt-get install zsh
# Instal GIT
sudo apt-get install git-core
# Install OhMyZSH