NEERAJ DALAL
BACK

blog / mac

Edit

Mac Setup

Apps I use, CLI tools & more

Initial

  • 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)"
  • post brew
brew install mas
brew install nvm
brew install fzf
brew install gh
brew install git
brew install rsync
brew install zoxide
brew install zsh-autosuggestions
brew install zsh-history-substring-search
brew install zsh-syntax-highlighting
  • bun
curl -fsSL https://bun.sh/install | bash
export BUN_INSTALL="$HOME/.bun" 
export PATH="$BUN_INSTALL/bin:$PATH"
bunx zshify
  • nvm
nvm install --lts
corepack enable pnpm
corepack enable yarn
  • git
git config --global user.name "Neeraj Dalal"
git config --global user.email "[email protected]"
git config --global init.defaultBranch "main"

Apps

brew install --cask rectangle
brew install --cask jordanbaird-ice
brew install --cask google-chrome
brew install --cask visual-studio-code
brew install --cask qbittorrent
brew install --cask iina
brew install --cask affinity-designer
brew install --cask affinity-photo
brew install --cask affinity-publisher

Apps (App Store)

  • Hand Mirror
mas install 1502839586
  • MenubarX
mas install 1575588022
  • Tot
mas install 1491071483