Last active
April 29, 2019 13:51
-
-
Save neosergio/94676945b10ce03ac06bd9644cc0dd78 to your computer and use it in GitHub Desktop.
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
| #Install Brew | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| # Legitimately-useful utilities missing from OS X. | |
| brew install wget watch gnu-sed coreutils unrar | |
| # Up-to-date versions of included tools. | |
| brew install git emacs | |
| # Just for fun. | |
| brew install fortune cowsay ponysay | |
| touch ~/.bash_profile && echo "fortune | ponysay" >> ~/.bash_profile | |
| # Using cask | |
| brew tap caskroom/cask | |
| brew tap caskroom/versions | |
| # Install tools | |
| brew cask install iterm2 | |
| brew cask install skype | |
| brew cask install google-chrome google-drive-file-stream google-backup-and-sync | |
| brew cask install firefox | |
| brew cask install evernote | |
| brew cask install spectacle | |
| brew cask install sourcetree | |
| brew cask install hipchat | |
| brew cask install slack | |
| brew cask install pycharm-ce | |
| brew cask install dropbox | |
| brew cask install libreoffice | |
| brew cask install microsoft-office | |
| brew cask install atom | |
| brew cask install sublime-text2 | |
| brew cask install java | |
| brew cask install java7 | |
| brew cask install android-studio | |
| brew cask install spotify | |
| brew cask install transmission | |
| brew cask install telegram | |
| brew cask install whatsapp | |
| brew cask install xmind | |
| brew cask install tunnelblick | |
| # Classic version of skype | |
| wget https://go.skype.com/classic.skype -O ~/Downloads/Skype_classic.dmg && open ~/Downloads/Skype_classic.dmg | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment