Skip to content

Instantly share code, notes, and snippets.

@vmxt
Last active November 30, 2022 15:08
Show Gist options
  • Save vmxt/316fdadf427feb5316575deb1758df39 to your computer and use it in GitHub Desktop.
Save vmxt/316fdadf427feb5316575deb1758df39 to your computer and use it in GitHub Desktop.
mac-os setup
# xcode
xcode-select --install
# homebrew
brew update
brew upgrade
# node version
brew install nvm
# core utils
brew install coreutils
brew install moreutils
brew install findutils
# useful
brew install bash
brew install ffmpeg --with-libvpx
brew install fzf
brew install git
brew install gnupg
brew install imagemagick --with-webp
brew install rename
brew install the_silver_searcher
brew install awscli
brew install gh
brew install pnpm
# --cask
brew install --cask spectacle
brew install --cask alfred
brew install --cask firefox
# global
npm install -g prettier
npm install -g eslint
npm install -g ngrok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment