Skip to content

Instantly share code, notes, and snippets.

@jabelk
Last active October 15, 2022 02:12
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 jabelk/6a9cbd411b5174f1be87260e526fb3f8 to your computer and use it in GitHub Desktop.
Save jabelk/6a9cbd411b5174f1be87260e526fb3f8 to your computer and use it in GitHub Desktop.
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
brew "openjdk"
brew "ant"
brew "awscli"
brew "python@3.9"
brew "coreutils"
brew "docker", link: false
brew "gh"
brew "git-extras"
brew "htop"
brew "hugo"
brew "jq"
brew "mtr"
brew "nmap"
brew "perl"
brew "pyenv"
brew "pyenv-virtualenv"
brew "pyenv-virtualenvwrapper"
brew "python@2"
brew "ruby"
brew "shellcheck"
brew "socat"
brew "ssh-copy-id", link: true
brew "sshpass"
brew "telnet"
brew "terraform"
brew "tree"
brew "unrar"
brew "wget"
cask "adobe-acrobat-reader"
cask "box-drive"
cask "brave-browser"
cask "camtasia"
cask "discord"
cask "firefox"
cask "font-hack"
cask "iterm2"
cask "miro"
cask "muzzle"
cask "obs"
cask "paintbrush"
cask "twitch"
cask "visual-studio-code"
cask "vlc"
cask "whatsapp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment