Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.09 KB

dotfiles

These are my dotfiles. There are many like them but these are mine. I'm using GNU Stow to manage the installation.

zsh

I use zinit for plugin management.

tmux

There are a couple tmux pacakges. Open tmux and use <C-b> I to install.

Neovim

Configs are managed via lazy.nvim. Open nvim and use :Lazy to update/sync/etc.

Mason and lspconfig handle the LSPs and formatters.

Alacritty

I'm using Alacritty for terminal. I've got alacritty-theme included as a submodule for theme switching.

Installation

Make sure stow is installed.

git clone git@github.com:cdmwebs/dotfiles.git
cd dotfiles
git submodule update --init --recursive
stow .