From e2f2db83e0c1166e6c5247077b2c7ba7a5540dc5 Mon Sep 17 00:00:00 2001 From: Levi Woodard Date: Sun, 15 Mar 2026 11:03:00 -0600 Subject: [PATCH] Fixing some installation issues and the dotfiles links --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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