Skip to content

Alex-Huaracha/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alex's dotfiles

My development environment setup.

What gets installed

Shell & Config:

  • .zshrc symlink 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)

Quick Setup

git clone https://github.com/Alex-Huaracha/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh

Restart your terminal when done.

VS Code Font Setup

Add to your settings.json:

{
  "editor.fontFamily": "'Fira Code', monospace",
  "editor.fontLigatures": true
}

Manual Installs

These tools need to be installed separately:

Verify Setup

fnm --version
node --version

Important: When switching Node.js versions with fnm, you need to re-enable pnpm:

corepack enable pnpm

This is required each time you install or switch to a different Node.js version.

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages