All configs are managed through GNU Stow.
Run (which may invoke sudo
):
<neptune, correlia>.sh
For user-level configs, run:
stow -t ~ --restow <cli, neptune, correlia>
Optionally, for root configs, run (as root):
sudo stow -t / --restow neputne-root/
To let other users follow the symlinks created by Stow, they need execute permissions on all parent directories. In my case, this required
chmod a+x ~
This is in flux.
You need to run :PaqSync
to install all the vim plugins.
nvim +PaqSync +qall
You need to run things with coc manually to install autocompletes.