Last active
February 22, 2017 12:44
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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