diff --git a/dotfiles/install-links.sh b/dotfiles/install-links.sh index 0b902e8..27b2fe7 100755 --- a/dotfiles/install-links.sh +++ b/dotfiles/install-links.sh @@ -1,3 +1,3 @@ #!/bin/bash -stow -t "$HOME" "$1" \ No newline at end of file +stow --target "$HOME" "$1" \ No newline at end of file