Instant customization of file associations with dotbot
You need dotbot
and duti
to be installed first.
- 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
- Modify your
./install
with new plugin directory:
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" --plugin-dir dotbot-duti -c "${CONFIG}" "${@}"
- Add path to
duti
settings file to yourinstall.conf.yaml
:
- duti:
file: Dutifile
MIT. See LICENSE for more details.