Skip to content

Instantly share code, notes, and snippets.

@fastmover
Created February 20, 2018 05:16
Show Gist options
  • Save fastmover/938d7cea0c3737622b800b356d857198 to your computer and use it in GitHub Desktop.
Save fastmover/938d7cea0c3737622b800b356d857198 to your computer and use it in GitHub Desktop.
Install MAC stuff
#!/bin/bash
#install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#install linux commands
brew install watch
brew install htop
#brew install wget (is this included in the new mac now?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment