Manage dotfile symlinks using GNU Stow.
Sync with the home directory:
stow --target ~ bash git vim
Then install custom executables and vim-plug:
./install.sh
The following command can be used to refresh the stowed files. For example, it is useful for when a new "dotfile" is added.
stow --restow --target ~ bash git vim