From 264b331304ed71580834bccd55833396f8088bdf Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 16 Apr 2023 02:32:00 -0500 Subject: [PATCH] Pathing --- common/bin/dotfiles-init | 1 + 1 file changed, 1 insertion(+) diff --git a/common/bin/dotfiles-init b/common/bin/dotfiles-init index f1771ec..152396a 100755 --- a/common/bin/dotfiles-init +++ b/common/bin/dotfiles-init @@ -27,6 +27,7 @@ if [[ ! -d "$dfp/.git" ]]; then fi fi fi + dfp="$XDG_CONFIG_HOME/lytedev-dotfiles" git clone https://git.lyte.dev/lytedev/dotfiles.git "$dfp" fi