Mac Setup
Apps I use, CLI tools & moreInitial
- brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/nrjdalal/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
- bun
curl -fsSL https://bun.sh/install | bash
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
- nvm
nvm install --lts corepack enable pnpm corepack enable yarn
Apps (App Store)
- Hand Mirror
mas install 1502839586
- MenubarX
mas install 1575588022
- Tot
mas install 1491071483