Skip to content

Instantly share code, notes, and snippets.

@Temikus
Created October 25, 2021 04:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Temikus/d0acc1a6fa15e02ecc4449af0d84c4b7 to your computer and use it in GitHub Desktop.
Save Temikus/d0acc1a6fa15e02ecc4449af0d84c4b7 to your computer and use it in GitHub Desktop.
Artem's Brewfile
# Common taps
tap "homebrew/cask-versions"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/core"
# Runtimes - python
brew "python@3.9"
brew "pylint"
# Runtimes - golang
brew "goenv"
# Runtimes - ruby
brew "ruby-build"
brew "rbenv"
brew "rbspy"
# Linters
brew "jsonlint"
brew "yamllint"
# Frequently used CLI tools
brew "ack"
brew "autojump"
brew "fzf"
brew "glow" # Rich markdown in CLI
brew "jq"
brew "pstree"
brew "rename"
brew "watch"
brew "wget"
# Networking
brew "ipcalc"
brew "mtr"
brew "nmap"
# DevOps tooling
cask "docker"
brew "ansible"
brew "packer"
brew "terraform"
brew "terraform-inventory"
tap "liamg/tfsec"
brew "liamg/tfsec/tfsec"
# K8s
cask "lens"
brew "helm"
brew "kubectx" # Context switcher https://github.com/ahmetb/kubectx
brew "stern"
# Docker tooling
brew "dive" # Docker image inspector
tap "tsuru/tsuru"
brew "tsuru/tsuru/crane" # Docker manifest inspector
tap "goodwithtech/r"
brew "goodwithtech/r/dockle" # Docker image security linter
tap "aquasecurity/trivy"
brew "aquasecurity/trivy/trivy"
# DB tooling
brew "libpq" # This effectively installs psql/pg_dump without full Postgres install
# Video/Audio
brew "ffmpeg"
cask "mpv"
cask "logitech-camera-settings"
cask "soundcleod"
# Common dependencies
brew "graphviz"
brew "imagemagick"
brew "zsh-syntax-highlighting"
# Common apps
cask "alfred"
cask "dash"
cask "dropbox"
cask "elgato-control-center"
cask "firefox"
cask "fork"
cask "google-chrome"
cask "iterm2-beta"
cask "jetbrains-toolbox"
cask "ksdiff"
cask "notion"
cask "slack"
cask "sublime-text"
cask "zoom"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment