/dotfiles

My home directory

Primary LanguageLua

Dotfiles

These are my dotfiles 📁

Also houses my neovim, kitty, and zellij configurations.

Installation

Prerequisities

I like to keep my setup pretty lean. That being said there's some things to install before getting completely up and running. I would normally add this step to the install script, but I tend to jump back and forth between MacOS and different distros of linux. My environment is also pretty simple, and getting an "all in one" install script just hasn't been worth the squeeze 🍊

Install Script

The install script creates symbolic links 🔗 between the dotfiles in this repo and your home directory.

git clone https://github.com/jasondoc3/dotfiles.git
./dotfiles/install.sh

Neovim

I use lazy.nvim to manage plugins. I use Mason where possible to install LSP servers, linters, and formatters.