In some cases we might want a local config file to extend the config file in the repository. For example, a machine that is used to run terraform might want a stanza added to the Vim config file to automatically run terraform fmt on save, which might not be necessary on all machines.
- Add an block in the Vim (and tmux?) config files shipped by the dotfiles repo to check for and include a local config file if present.
- Document name of local file and where it should live