📒
Notes
  • 💻macOS Setup
    • Homebrew
    • Terminal
    • Software
    • Node.js
    • Ruby
    • GPG
    • Misc
  • Using HTTPS for local development
Powered by GitBook
On this page
  • Installation
  • Extensions
  • rmtree
  • cask-upgrade
  • cask-fonts
  1. macOS Setup

Homebrew

NextTerminal

Last updated 1 year ago

Install homebrew and useful extensions

Installation

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Extensions

Remove a formula and its unused dependencies

# Installation
brew tap beeftornado/rmtree

# Commonly Usage
brew rmtree ffmpeg

A command line tool for upgrading every outdated app installed by Homebrew Cask

# Installation
brew tap buo/cask-upgrade

# Commonly Usage
brew cu -a
# Installation
brew tap homebrew/cask-fonts

# Commonly Usage
brew install font-fira-code

💻
rmtree
cask-upgrade
cask-fonts