Skip to content

Instantly share code, notes, and snippets.

@irazasyed
Last active January 13, 2024 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save irazasyed/311930421b091efa960320572d498aa2 to your computer and use it in GitHub Desktop.
Save irazasyed/311930421b091efa960320572d498aa2 to your computer and use it in GitHub Desktop.
Global NPM CLI Tools & Brew Packages

Must Have Global CLI Tools & Brew packages on macOS

NPM

@antfu/ni
@builder.io/ai-shell
aicommits
alex
cash-cli
cost-of-modules
fkill-cli
is-up-cli
tldr
tree-cli
opencommit
np
sort-package-json
speed-test
vtop
is-up-cli
wipe-modules
wrangler

Install

npm i -g alex
bun add -g alex

Brew

Brewfile

tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/services"
tap "lencx/chatgpt", "https://github.com/lencx/ChatGPT.git"
tap "nicoverbruggen/cask"
brew "apr-util"
brew "asdf"
brew "bat"
brew "unbound"
brew "gnutls"
brew "cask"
brew "cheat"
brew "cloudflared"
brew "cointop"
brew "curl"
brew "freetds"
brew "krb5"
brew "pcre2"
brew "php", restart_service: true
brew "composer"
brew "dnsmasq"
brew "exa"
brew "fd"
brew "gawk"
brew "glib"
brew "gnupg"
brew "httpd"
brew "httpie"
brew "mas"
brew "python@3.10"
brew "mitmproxy"
brew "nginx"
brew "pcre"
brew "pnpm"
brew "python@3.9"
brew "scc"
brew "subversion"
brew "thefuck"
brew "tokei"
brew "tre"
brew "tre-command"
brew "wget"
brew "youtube-dl"
brew "zplug"
brew "zsh-autosuggestions"
cask "1password"
cask "aerial"
cask "caprine"
cask "chatgpt"
cask "chromedriver"
cask "cyberduck"
cask "devtoys"
cask "font-ibm-plex-sans-arabic"
cask "font-miss-fajardose"
cask "font-noto-kufi-arabic"
cask "font-noto-naskh-arabic"
cask "font-noto-nastaliq-urdu"
cask "font-noto-sans-arabic"
cask "ganache"
cask "google-chrome"
cask "gpg-suite"
cask "klokki"
cask "librewolf"
cask "ngrok"
cask "phpmon"
cask "qlvideo"
cask "skype"
cask "syntax-highlight"
cask "tableplus"
mas "1Password for Safari", id: 1569813296
mas "Amphetamine", id: 937984704
mas "Bakery", id: 1575220747
mas "Bear", id: 1091189122
mas "Coffee", id: 1636192654
mas "ColorSlurp", id: 1287239339
mas "Cryptowatch Desktop", id: 1527457231
mas "Debit & Credit", id: 882637653
mas "DuckDuckGo Privacy for Safari", id: 1482920575
mas "Friendly Streaming", id: 553245401
mas "Grammarly for Safari", id: 1462114288
mas "Hidden Bar", id: 1452453066
mas "Hush", id: 1544743900
mas "Keynote", id: 409183694
mas "Lightweight PDF", id: 1450640351
mas "Memory Diag", id: 748212890
mas "Momentum", id: 1564329434
mas "NextDNS", id: 1464122853
mas "Numbers", id: 409203825
mas "OneTab", id: 1540160809
mas "Pages", id: 409201541
mas "QR Factory", id: 1609285899
mas "ReadKit", id: 588726889
mas "Sequel Ace", id: 1518036000
mas "Shazam", id: 897118787
mas "SimplyJSON", id: 1495193038
mas "Slack", id: 803453959
mas "Speedtest", id: 1153157709
mas "Telegram", id: 747648890
mas "The Unarchiver", id: 425424353
mas "TickTick", id: 966085870
mas "Todoist", id: 585829637
mas "TweetDeck", id: 485812721
mas "Twitter", id: 1482454543
mas "WhatsApp", id: 1147396723
mas "WireGuard", id: 1451685025
mas "Zight", id: 417602904

Install

brew bundle

Backup Brewfile

brew bundle dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment