Skip to content

Instantly share code, notes, and snippets.

@Reder
Last active June 15, 2019 01:05
Show Gist options
  • Save Reder/5425f9c3067397f0f1518d03e10445d9 to your computer and use it in GitHub Desktop.
Save Reder/5425f9c3067397f0f1518d03e10445d9 to your computer and use it in GitHub Desktop.
[Mac Installation script] Use Homebrew to install dev tools and apps. Not tested yet. #Mac
#!/bin/sh
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# homebrew taps
brew tap caskroom/cask
brew tap caskroom/versions
brew tap caskroom/fonts
# homebrew apps
brew install leiningen clojure git groovy httpie jq mas python ruby vim zsh
brew install wget awscli telnet tree rlwrap
brew cask install alfred macvim appcleaner osxfuse cryptomator typora vlc standard-notes keybase
brew cask install dynalist gingko intellij-idea-ce lepton signal thebrain tutanota arq setapp
#brew install encfs
mas install 413857545 # Divvy
mas install 425424353 # The Unarchiver
#mas install 463362050 # PhotoSweeper
mas install 539883307 # LINE
mas install 635758264 # Calca
# install Quick Look plugins https://github.com/sindresorhus/quick-look-plugins
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql qlimagesize webpquicklook qlvideo
# install fonts
brew cask install font-menlo-for-powerline font-inconsolata font-source-code-pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment