Blazyinly fast Development Setup 🚀
- Clone this repo into
~/.config/dotfiles
- macOS: run from the dotfiles directory:
./macos.sh - Linux (remote/dev box):
./linux.sh - Add
--installto install or update dependencies (./macos.sh --installor./linux.sh --install). Without it, setup only updates directories, symlinks, and configuration. - Update Brewfile:
/opt/homebrew/bin/brew bundle dump --describe --force --file=- > Brewfile
- Run
nvim . - Update plugins:
:Lazy - Update LSP servers, DAP servers, linters, and formatters:
:Mason
