Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 609 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 609 Bytes

Summary

Simple dotfiles.

Setup

  1. Install Brew
  2. Run ./setup.sh to install dependencies via Brew
  3. Setup Typescript development with nvm install stable and npm -g install typescript typescript-language-server
  4. Open Neovim with nvim, things should bootstrap themselves

Structure

The directory structure follows a normal .config setup.

Neovim config

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.