Skip to content

Instantly share code, notes, and snippets.

@czottmann
Last active March 5, 2017 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save czottmann/57108f99a0021d172bab19c82768626b to your computer and use it in GitHub Desktop.
Save czottmann/57108f99a0021d172bab19c82768626b to your computer and use it in GitHub Desktop.
[WIP] Provisioning my Mac after installing a new drive & setting up Sierra
# 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 \
whatsapp
# Clean up downloads
brew cask cleanup
# Install MAS apps
mas signin carlo@municode.de
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