Dotfiles and Config files VCS uses GNU stow. Usage: To install config files: stow -vt ~ <PACKAGE> To uninstall config files: stow -vDt ~ <PACKAGE> Git Submodules Initialise and update with: git submodule update --init --recursive