Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.34 KB

File metadata and controls

35 lines (27 loc) · 2.34 KB

dotfiles

These are my dot files, but mostly just my NeoVim setup.

Setup

This doc assumes you are running Windows, most of the software used is in Linux through WSL2. You can even mix and match commands between WSL and Windows using aliases. I use Ubuntu 20.04 as my WSL distro, but most of these steps should work on any debian based distro.

I also change my WSL home directory to be the same as my windows home directory %USERPROFILE%. This isn't a recommended practice. If you choose to do this, it may be necessary to fix some permissions or change how drives mount in WSL.

Font

VSCode

Clone this repo

This repo goes into your home directory in win/linux. The .gitignore can be funky as it's excluding everything and then explicitily including files.

Setting up NeoVim

In NeoVim use commands to install various language dependencies.

  • DIInstall
  • TSInstall
  • LspInstall

*** TODO: automate the installs for a language based on lang.lua config.