This gist is a shellscript meant to list and install all the ESSENTIAL terminal applications
#TODO: check OS and use YUM, APT, OR BREW
#ohmyzsh
sudo apt-get install zsh
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sudo apt-get install httpie # awesome alternative to curl