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