These are my dotfiles. There are many like them but these are mine. I'm using GNU Stow to manage the installation.
I use zinit for plugin management.
There are a couple tmux pacakges. Open tmux and use <C-b> I
to install.
Configs are managed via lazy.nvim. Open nvim and use :Lazy
to update/sync/etc.
Mason and lspconfig handle the LSPs and formatters.
I'm using Alacritty for terminal. I've got alacritty-theme included as a submodule for theme switching.
Make sure stow
is installed.
git clone git@github.com:cdmwebs/dotfiles.git
cd dotfiles
git submodule update --init --recursive
stow .