Skip to content

Instantly share code, notes, and snippets.

@mauriciomutte
Last active February 13, 2025 15:46
Show Gist options
  • Save mauriciomutte/f24ff6d17bf8fdbb3b1a64c7f830bd60 to your computer and use it in GitHub Desktop.
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)"
echo >> /Users/mauriciomutte/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/mauriciomutte/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

brew help

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

Install Raycast: brew install --cask raycast

Install htop: brew install htop

Install oh-my-zsh:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

brew install antigen
source $HOMEBREW_PREFIX/share/antigen/antigen.zsh

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

Install Spotify: brew install --cask spotify

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

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