My development environment setup.
Shell & Config:
.zshrcsymlink with Starship prompt and fnm configuration- Fira Code font (latest from GitHub)
Development Tools:
- Homebrew (package manager)
- fnm (Fast Node Manager)
- Node.js LTS (via fnm)
git clone https://github.com/Alex-Huaracha/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shRestart your terminal when done.
Add to your settings.json:
{
"editor.fontFamily": "'Fira Code', monospace",
"editor.fontLigatures": true
}These tools need to be installed separately:
fnm --version
node --versionImportant: When switching Node.js versions with fnm, you need to re-enable pnpm:
corepack enable pnpmThis is required each time you install or switch to a different Node.js version.