Skip to content

Instantly share code, notes, and snippets.

@fel-cesar
Last active February 22, 2017 12:44
Show Gist options
  • Save fel-cesar/4d2ee3e3d5603dc661f994f7f93d598b to your computer and use it in GitHub Desktop.
Save fel-cesar/4d2ee3e3d5603dc661f994f7f93d598b to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment