📒
Notes
  • 💻macOS Setup
    • Homebrew
    • Terminal
    • Software
    • Node.js
    • Ruby
    • GPG
    • Misc
  • Using HTTPS for local development
Powered by GitBook
On this page
  • Formula
  • Cask
  • Mac App Store
  1. macOS Setup

Software

Install commonly used CLI and GUI

Formula

brew install \
  gh \
  git-lfs \
  htop \
  shellcheck \
  tldr \
  tokei \
  tree \
  cloudflared

Cask

brew install --cask \
  1password \
  appcleaner \
  bartender \
  cleanshot \
  coderunner \
  docker \
  feishu \
  fork \
  google-chrome \
  iina \
  input-source-pro \
  istat-menus \
  iterm2 \
  jetbrains-toolbox \
  netnewswire \
  sf-symbols \
  telegram \
  the-unarchiver \
  thunder \
  typora \
  uninstallpkg \
  utm \
  utools \
  visual-studio-code \
  vivaldi \
  wechat \
  xcodes \
  zoom

brew install --cask --no-quarantine stretchly

Mac App Store

brew install mas

# Bitwarden
mas install 1352778147
# Magnet
mas install 441258766
# iShot Pro
mas install 1611347086
# iPreview
mas install 1519213509
PreviousTerminalNextNode.js

Last updated 1 year ago

💻