Welcome to my personal dotfiles repo β a clean, portable, and version-controlled setup for macOS using GNU Stow and a bootstrap.sh
script to automate environment provisioning.
- π― Clean
.gitconfig
setup with automatic identity switching (work/personal) - π Managed via GNU Stow for symlinked dotfiles
- π§
bootstrap.sh
to auto-install:- Homebrew + essential CLI tools
nvm
,node
,pnpm
- GitHub CLI
- VS Code + CLI access
- π₯ Terminal-friendly configs for
zsh
,.zshrc
, and aliases
Clone and bootstrap your entire environment:
git clone https://github.com/rajrawat37/dotfiles.git ~/dotfiles
cd ~/dotfiles
chmod +x bootstrap.sh
./bootstrap.sh