macOS dev environment: zsh, git, tmux, neovim (LazyVim), starship, karabiner.
git clone git@github.com:ereverter/dotfiles.git ~/projects/dotfiles
cd ~/projects/dotfiles
./install.sh # symlinks, brew packages, optionally macOS defaults
./macos.sh # run standalone if you skipped it during installEdit ~/.gitconfig-work with your work email. Work projects go under ~/work/.
Configs are symlinked, so editing e.g. ~/.zshrc edits the repo file directly. After changes:
cd ~/projects/dotfiles && git add -A && git commit -m "update X" && git pushRun update in any shell to update brew packages and nvim plugins.