stow: fix stowhome bug

This commit is contained in:
2025-08-17 17:45:44 +02:00
parent a4906177a3
commit b2049cb8cb

View File

@@ -5,7 +5,7 @@ function get_all_packages() {
find . -maxdepth 1 -type d -not -name ".git" -not -name "." find . -maxdepth 1 -type d -not -name ".git" -not -name "."
} }
stow_cmd="stow --dir '$HOME/.config/dotfiles' --target '$HOME' --dotfiles" stow_cmd="stow --dir $HOME/.config/dotfiles --target $HOME --dotfiles"
if [ "$*" == "" ] if [ "$*" == "" ]
then then