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