Advertisement
tirabytes

OSX: New Install

Jul 1st, 2015
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # Install BREW (http://brew.sh/)
  2.  
  3. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  4.  
  5. # Brew must-haves (http://brewformulas.org/)
  6. brew install caskroom/cask/brew-cask
  7. brew install archey
  8. brew install iftop
  9. brew install nmap
  10. brew install subnetcalc
  11. brew install iterm2
  12.  
  13.  
  14. # Cask must-haves (http://caskroom.io/search)
  15. brew cask install google-chrome
  16. brew cask install sublime-text
  17. brew cask install appcleaner
  18. brew cask install spotify
  19. brew cask install vlc
  20. brew cask install transmission
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement