Simple dotfiles.
- Install Brew
- Run
./setup.shto install dependencies via Brew - Setup Typescript development with
nvm install stableandnpm -g install typescript typescript-language-server - Open Neovim with
nvim, things should bootstrap themselves
The directory structure follows a normal .config setup.
Within the nvim config directory, you'll find the init.lua file that kicks off the bootstrapping process. It makes use of lazy.nvim to bootstrap and install packages.