Skip to content

Instantly share code, notes, and snippets.

@jonathantneal
Last active October 29, 2021 15:01
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 jonathantneal/ab55aacf20ae42390f39b8a4d0f51989 to your computer and use it in GitHub Desktop.
Save jonathantneal/ab55aacf20ae42390f39b8a4d0f51989 to your computer and use it in GitHub Desktop.
Useful Brew Installs (macOS Homebrew)
# Brew Package Manager
# --------------------
# Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# JavaScript & TypeScript runtime
brew install deno
# GitHub manager
brew install gh
# Version control
brew install git
# Programming language
brew install go
# Markdown viewer
brew install mdv
# JavaScript runtime
brew install node
# Bandwidth tester
brew install speedtest-cli
# JavaScript environment manager
brew install volta
# YouTube downloader
brew install youtube-dl
# Brew Casks
# ----------
# Password manager
brew install --cask 1password
# Windows switcher
brew install --cask alt-tab
# Multimedia conferencing
brew install --cask around
# Conferencing, collaboration, & communication tooling
brew install --cask discord
# GitHub manager
brew install --cask github
# Image optimizer
brew install --cask imageoptim
# Development tracker
brew install --cask linear-linear
# Video recorder
brew install --cask loom
# Web browser
brew install --cask microsoft-edge
# Writing collaboration
brew install --cask notion
# Conferencing, collaboration, & communication tooling
brew install --cask slack
# Code editor
brew install --cask visual-studio-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment