My personal dotfiles for neovim, kitty, p10k, and more.
Maintained using GNU Stow
- Clone repo locally
stow
a package to sync it with your configs.
nvim
is a folder at the root of dotfiles
repo, so it is a stowable package.
$ git clone git@github.com:rrojan/dotfiles.git
$ cd dotfiles
$ stow nvim
Stow will then symlink nvim/.config/nvim
to ~/.config/nvim
.
Here nvim
is the package name and .config/nvim
is the path in your $HOME
where the symlink is created.