Last active
October 17, 2016 03:57
-
-
Save glimpsed/fe23e97f487d93e763bb8a4738884b6d to your computer and use it in GitHub Desktop.
Homebrew maintenance & OS X apps installation
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
#!/usr/bin/env bash | |
brew update | |
# Upgrade already-installed formulae. | |
brew upgrade --all | |
# Install apps | |
brew install wget firefox vlc dropbox filezilla the-unarchiver tunnelblick virtualbox seashore appcleaner adium fog beardedspice cdock the-escapers-flux maintenance progressive-downloader |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment