My configuration files.
(Un)installation scripts require stow.
Everything is always work in progress here.
When cloning the repository, make sure to include submodules to get nvim configs:
# first time
git submodule update --init --recursive
# update later
git submodule update --recursive --remote./install
# dry run (see commands)
./install dry./uninstall
# dry run (see commands)
./uninstall dry