Custom zsh profile with aliases and themes that I use
sudo apt-get update
sudo apt-get install zsh
mkdir ~/Projects
This is so all the the aliases will work
git clone git@github.com:garrettleising/ZshDotfiles.git ~/Projects/ZshDotfiles
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sh install.sh
exec zsh