Skip to content

Instantly share code, notes, and snippets.

@mauriciomutte
Last active November 17, 2025 14:25
Show Gist options
  • Select an option

  • Save mauriciomutte/f24ff6d17bf8fdbb3b1a64c7f830bd60 to your computer and use it in GitHub Desktop.

Select an option

Save mauriciomutte/f24ff6d17bf8fdbb3b1a64c7f830bd60 to your computer and use it in GitHub Desktop.
What install on Mac?

Install Brew on MacOS:

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

Install htop: brew install htop

Install NVM: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash

Apps

Install Raycast: brew install --cask raycast

Install Aerospace: brew install --cask nikitabobko/tap/aerospace

Install Ghostty (terminal): brew install --cask ghostty

Install VSCode: brew install --cask visual-studio-code

Install Cursor: brew install --cask cursor

Install Obsidian: https://obsidian.md/download

Install Notion: brew install --cask notion

Install Spotify: brew install --cask spotify


Git: brew install git

gh-cli: brew install gh

Colima: brew install colima

Docker: brew install docker

Kubectl: brew install kubectl

K9s: brew install derailed/k9s/k9s

HTTPie: brew install httpie

Insomnia: brew install --cask insomnia

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