Last active
March 5, 2017 12:12
-
-
Save czottmann/57108f99a0021d172bab19c82768626b to your computer and use it in GitHub Desktop.
[WIP] Provisioning my Mac after installing a new drive & setting up Sierra
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 Xcode command line tools | |
xcode-select --install | |
# Install & set up homebrew | |
ruby ./install-homebrew.rb \ | |
&& brew doctor \ | |
&& brew update \ | |
&& brew cleanup \ | |
&& brew install caskroom/cask/brew-cask \ | |
&& brew tap caskroom/fonts | |
# Install tools | |
brew install \ | |
android-sdk \ | |
bash \ | |
chruby \ | |
chruby-fish \ | |
cputhrottle \ | |
encfs \ | |
exiftool \ | |
ffmpeg \ | |
fish \ | |
git \ | |
heroku \ | |
htop \ | |
httpie \ | |
imagemagick \ | |
jq \ | |
mackup \ | |
mas \ | |
nodenv \ | |
offlineimap \ | |
peco \ | |
pow \ | |
pstree \ | |
python3 \ | |
reattach-to-user-namespace \ | |
redis \ | |
rsync \ | |
ruby-install \ | |
terminal-notifier \ | |
the_silver_searcher \ | |
tig \ | |
tmux \ | |
trash \ | |
tree \ | |
yarn \ | |
youtube-dl | |
brew cask install \ | |
betterzipql \ | |
intel-haxm \ | |
java \ | |
launchrocket \ | |
qlmarkdown \ | |
qlstephen \ | |
quicklook-csv \ | |
quicklook-json \ | |
suspicious-package | |
# Install fonts | |
brew cast install \ | |
font-meslo-lg | |
# Install apps | |
brew cask install \ | |
1password \ | |
adobe-digital-editions \ | |
airfoil \ | |
alfred \ | |
arq \ | |
atom \ | |
bartender \ | |
caffeine \ | |
clamxav \ | |
dropbox \ | |
electrum \ | |
evernote \ | |
fantastical \ | |
firefox \ | |
flux \ | |
google-chrome-beta \ | |
google-drive \ | |
handbrake \ | |
hocus-focus \ | |
imageoptim \ | |
istat-menus \ | |
iterm2 \ | |
kaleidoscope \ | |
keyboard-maestro \ | |
licecap \ | |
mailbutler \ | |
makemkv \ | |
marked \ | |
mediathekview \ | |
micro-snitch \ | |
moneymoney \ | |
moom \ | |
music-manager \ | |
name-mangler \ | |
plex-media-server \ | |
resilio-sync \ | |
rocket \ | |
scansnap-manager \ | |
sip \ | |
skitch \ | |
skype \ | |
slack \ | |
soundsource \ | |
spotify \ | |
steam \ | |
superduper \ | |
telegram-desktop \ | |
transmission \ | |
tunnelblick \ | |
vlc \ | |
webtorrent \ | |
# Clean up downloads | |
brew cask cleanup | |
# Install MAS apps | |
mas signin [email protected] | |
mas install 477670270 # 2Do | |
mas install 427475982 # BreakTime | |
mas install 420212497 # Byword | |
mas install 411246225 # Caffeine | |
mas install 411643860 # DaisyDisk | |
mas install 715455365 # DxO Perspective | |
mas install 439697913 # Icon Slate | |
mas install 979573567 # Panorama Stitcher | |
mas install 522090209 # PDFGenius | |
mas install 407963104 # Pixelmator | |
mas install 597611879 # Radium | |
mas install 803453959 # Slack | |
mas install 480623975 # Snapheal | |
mas install 490118981 # Snapseed | |
mas install 935700987 # Snapselect | |
mas install 413965349 # Soulver | |
mas install 617829225 # Timebar | |
mas install 907364780 # Tomato One | |
mas install 472717129 # Type2Phone | |
mas install 461369673 # VOX | |
mas install 533696630 # Webcam Settings | |
mas install 457622435 # Yoink |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment