Skip to content

Instantly share code, notes, and snippets.

@pmeszaros
Last active April 25, 2019 09:01
Show Gist options
  • Save pmeszaros/8e6a7a47fe00a436726697ebf682a556 to your computer and use it in GitHub Desktop.
Save pmeszaros/8e6a7a47fe00a436726697ebf682a556 to your computer and use it in GitHub Desktop.
######################################################################
# Basic console stuff #
######################################################################
brew 'git'
brew 'git-extras'
brew 'ncdu'
brew 'tree'
brew 'nnn'
######################################################################
# macOS apps #
######################################################################
cask 'appcleaner'
cask 'fork' # Git GUI client
cask 'postman'
cask 'visual-studio-code'
######################################################################
# Everything PHP related #
######################################################################
# Mojave comes with PHP 7.1 bundled
brew 'composer'
brew 'php-code-sniffer'
brew 'php-cs-fixer'
######################################################################
# Quick Look Plugins #
######################################################################
# see https://github.com/sindresorhus/quick-look-plugins
cask "qlcolorcode"
cask "qlstephen"
cask "qlmarkdown"
cask "quicklook-json"
cask "qlprettypatch"
cask "quicklook-csv"
######################################################################
# Image manipulation #
######################################################################
brew 'imageoptim-cli'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment