xcode-select --installOr download it from https://developer.apple.com/download/
Homebrew, package manager:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Install the Nerd Font of your choice:
brew install font-caskaydia-cove-nerd-fontUpdate your terminal settings to use the installed font.
Oh My Posh, shell prompt engine:
brew install jandedobbeleer/oh-my-posh/oh-my-poshAdd the following as the last line to ~/.zshrc:
eval "$(oh-my-posh init zsh)"AWS CLI enables you to interact with AWS services.
curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
sudo installer -pkg AWSCLIV2.pkg -target /Kiro CLI brings the power of AI-assisted development to your terminal.
curl -fsSL https://cli.kiro.dev/install | bashuv, Python package and project manager
curl -LsSf https://astral.sh/uv/install.sh | shInstall the latest version of Python:
uv python installfnm, fast node version manager:
curl -fsSL https://fnm.vercel.app/install | bashAdd the following to your .zshrc:
eval "$(fnm env --use-on-cd --shell zsh --corepack-enabled)"Install the latest LTS version of node:
fnm install --ltsMake the latest LTS version of Node.js as the default version used in every new terminal session:
fnm default lts-latestCorepack, bundled with Node.js, manages package managers like pnpm automatically. It reads the packageManager field in package.json to ensure consistent versions across the team.
Enable Corepack:
corepack enableThen, in the root of your project, pin the pnpm version:
corepack use pnpm@latest
Ficou show de bola o terminal