diff --git a/install.sh b/install.sh index 9c040e8..c911be5 100755 --- a/install.sh +++ b/install.sh @@ -231,7 +231,7 @@ if prompt_yn "Use a dotfiles directory?" "y"; then warn "Directory ${DOTFILES} does not exist — it will be created." fi - CONFIG_DIR="${DOTFILES}/.config/streamdeck-go" + CONFIG_DIR="${DOTFILES}/streamdeck-go/.config/streamdeck-go" SYMLINK_TARGET="${XDG_CONFIG}/streamdeck-go" nl