[dotbot] replace json with yaml file

This commit is contained in:
Felix Buehler 2020-02-23 17:36:05 +01:00
parent f6aec9fc39
commit 213d738520
3 changed files with 92 additions and 90 deletions

View file

@ -2,7 +2,7 @@
set -e
CONFIG="install.conf.json"
CONFIG="install.conf.yaml"
DOTBOT_DIR="dotbot"
DOTBOT_BIN="bin/dotbot"