Skip to content

Instantly share code, notes, and snippets.

@stmh
Last active November 30, 2017 16:30
Show Gist options
  • Save stmh/ea18f31dd8abe4317a3fd33e6c0c70c2 to your computer and use it in GitHub Desktop.
Save stmh/ea18f31dd8abe4317a3fd33e6c0c70c2 to your computer and use it in GitHub Desktop.
'brskroom/cask'
tap "caskroom/versions"
#docker sync
tap 'eugenmayer/dockersync'
brew 'unison'
brew 'unox'
brew 'rsync'
# benchmarking tool
brew 'wrk'
# Core Homebrew
brew 'git'
brew 'mysql', restart_service: true
brew 'curl'
brew 'node'
brew 'neovim'
brew 'wget'
brew 'npm'
brew 'python3'
brew 'python'
brew 'pyenv'
brew 'tig'
#ruby
brew 'rbenv'
# PHP stuff
tap 'homebrew/dupes'
tap 'homebrew/php'
brew 'php71'
brew 'composer'
# Ansible is a simple way to automate apps and IT infrastructure.
brew 'ansible'
# nice acticity manager
brew 'htop'
# alternate shell with nice defaults.
brew 'fish'
# Git extensions to provide high-level operations for Git Flow branching model.
brew 'git-flow'
# TODO
brew 'git-ftp'
# SourceTree graphic client for git
cask 'sourcetree'
# Basic file, shell and text manipulation utilities of the GNU operating system.
brew 'coreutils'
brew 'gzip'
# OpenSSL is an open-source implementation of the SSL and TLS protocols.
brew 'openssl'
# unzip is the classic command.
brew 'unzip'
# ripgrep is text search; we prefer it over grep, ag, git grep, ucg, pt, sift.
brew 'ripgrep'
# Cask Apps
cask 'docker-edge'
cask 'sequel-pro'
cask 'filezilla'
cask 'spotify'
cask 'iterm2-beta'
# Git extras: utilities including summary, repl, population, etc.
# cask 'git-extras'
# terminal
cask 'hyper'
# API testing tool
cask 'postman'
# google drive
cask 'google-backup-and-sync'
#browser
cask 'google-chrome'
cask 'firefoxdeveloperedition'
# password manager
cask '1password'
# create tags for e.g. vim
brew 'ctags'
# quick starter
cask 'alfred'
# cleanup icons in top bar
cask 'bartender'
# offline documentation for coding
cask 'dash'
# fork of open office
cask 'libreoffice'
#skype calling with video and phone calls.
cask 'skype'
# VLC media player
cask 'vlc'
# Karabiner remaps keyboard keys
cask 'karabiner'
# nmap network mapper is a security scanner
brew 'nmap'
#phpstorm
cask 'phpstorm'
# Vagrant + virtual box
cask 'vagrant'
cask 'virtualbox'
# Visual Studio Code
cask 'visual-studio-code'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment