Create dotfiles symlink with GNU stow
Helpful videos on the topic:
Get home folder
cd ~ && pwd
> /Users/mypc # example
Run stow command with home path as target
# stow command structure
# -t Target folder
stow -t [HOME_PATH] [PACKAGE_NAME]
# stow package
stow -t /Users/mypc nvim
# stow whole current folder
# -D Unstow package name
stow -D nvim