Skip to content

Instantly share code, notes, and snippets.

@Husterknupp
Last active February 26, 2020 13:51
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 Husterknupp/1e297f3f1ae229db7be642c97dc67e87 to your computer and use it in GitHub Desktop.
Save Husterknupp/1e297f3f1ae229db7be642c97dc67e87 to your computer and use it in GitHub Desktop.
conveniently install all sorts of stuff after a fresh & clean MacOS setup
# brew bundle
# for more information, see https://github.com/Homebrew/homebrew-bundle
# took 2-3h on my 16M wire
tap 'homebrew/core'
tap 'homebrew/formula-analytics'
tap 'homebrew/dev-tools'
tap 'homebrew/bundle'
tap 'homebrew/dupes'
tap 'homebrew/services'
tap 'caskroom/cask'
tap 'caskroom/fonts'
tap 'caskroom/versions'
brew 'openssl'
brew 'elasticsearch@2.4', restart_service: true, link: true
brew 'git'
brew 'gitup'
brew 'maven'
brew 'python'
brew 'heroku'
brew 'jq'
brew 'zsh'
brew 'zsh-completions'
brew 'tree'
brew 'mas'
brew 'mysql', restart_service: true, link: true
brew 'mysql-client'
brew 'mysql@5.7'
# brew 'nginx', restart_service: true
brew 'node'
brew 'nvm'
brew 'openvpn'
brew 'pyenv'
brew 'robot-framework'
brew 'sqlite'
brew 'wget'
brew 'youtube-dl'
brew 'coreutils' # GNU core utilities (those that come with macOS are outdated)
brew 'findutils' # GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed
brew 'grep' # more recent than macOS version
brew 'speedtest-cli'
brew 'hugo'
brew 'homebrew/php/php56' # version currently tested against
brew 'autojump'
brew 'bat'
brew 'curl'
cask 'java'
cask 'java8'
cask 'spotify'
cask 'telegram'
cask 'skype'
cask 'whatsapp'
cask 'mattermost'
cask 'intellij-idea'
cask 'dropbox'
cask 'steam'
cask 'docker'
cask 'minikube'
cask 'vagrant'
cask 'virtualbox'
cask 'firefox'
cask 'google-chrome'
cask 'iterm2'
cask 'sequel-pro'
cask 'sublime-text'
cask 'vlc'
cask 'tunnelblick'
cask 'betterzip' # comes with ql plugin
cask 'bettertouchtool' # remember enabling it in Accessibility settings
cask 'brave-browser'
cask 'chromedriver' # selenium E2E testing
cask 'gimp'
cask 'horos' # medical image viewer
cask 'keepassx'
cask 'libreoffice'
cask 'postman'
cask 'sketchbook'
cask 'teamspeak-client'
cask 'teamviewer'
cask 'thunderbird'
cask 'udeler' # download purchased Udemy content
cask 'visual-studio-code'
cask 'vnc-viewer'
# Quicklook
cask 'qlcolorcode'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'
cask 'qlstephen'
# Fonts
cask 'font-fira-code'
# cask 'font-source-code-pro-for-powerline'
# cask 'font-source-code-pro'
# cask 'font-source-sans-pro'
# cask 'font-source-serif-pro'
# Mac App Store apps - huge
# mas 'Slack', id: 803453959 # in case cask doesn’t work
# mas 'Xcode', id: 497799835 # don't need that so far
# mas 'GarageBand', id: 682658836 # I find the sound record quite sufficient
# mas 'iMovie', id: 408981434 # never did anything with it since the day I got my laptop
mas 'Keynote', id: 409183694
mas 'Numbers', id: 409203825
mas 'Pages', id: 409201541
# mas 'telegram', id: 747648890 - cask installation prefered (same version)
mas 'wunderlist-to-do-list-tasks', id: 410628904
mas 'Monosnap', id: 540348655 # perfect for screenshots and screen casts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment