A collection of dotfiles I use across various machines.
I found it easiest to manage symlinks via stow.
Assuming you are in this repo, .dotfiles/
, running
stow nvim/
with an nvim/
structure of:
./nvim
└── .config
└── nvim
├── init.lua
└── plugin
└── lastplace.lua
will result in the following symlink:
nvim ⇒ ../.dotfiles/nvim/.config/nvim