GNU Stow logic
~/.github/dotfiles/ ├── bash/ │ └── .bashrc # Stows straight to ~/.bashrc ├── tmux/ │ └── .tmux.conf # Stows straight to ~/.tmux.conf ├── git/ │ └── .gitconfig # Stows straight to ~/.gitconfig └── nvim/ └── .config/ └── nvim/ # Stow creates ~/.config/ and symlinks the nvim directory inside it