Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 780 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 780 Bytes

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.