Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 470 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 470 Bytes

dotfiles

A collection of dotfiles I use across various machines.

symlinks

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