Simple dotfiles.
- Install Brew
- Run
./setup.sh
to install dependencies via Brew - Setup Typescript development with
nvm install stable
andnpm -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.