/dotbot-duti

Instant customization of file associations with dotbot

Primary LanguagePythonMIT LicenseMIT

Dotbot duti plugin

Instant customization of file associations with dotbot

Requirements

You need dotbot and duti to be installed first.

Installation

  1. As is the case with dotbot, first, add this plugin as a submodule to your dotfiles repo:
git submodule add https://github.com/andrejreznik/dotbot-duti.git
  1. Modify your ./install with new plugin directory:
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" --plugin-dir dotbot-duti -c "${CONFIG}" "${@}"
  1. Add path to duti settings file to your install.conf.yaml:
- duti:
    file: Dutifile

License

MIT. See LICENSE for more details.