summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-15 10:58:32 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-15 10:58:32 +0900
commit5dd67ba5dd7b6a43d6f4b6c552136fd46e4a94ae (patch)
tree55ed7fe699b7a0803c979879430f57369bdbac0e /static
parent0d7530479a25e6c4999b4f3bd8b4053ccbaebf2d (diff)
modified static/thesiah.sh
Diffstat (limited to 'static')
-rwxr-xr-xstatic/thesiah.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh
index 655af70..f72380d 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -764,7 +764,7 @@ installationloop
putgitrepo "$dotfilesrepo" "/home/$name/.dotfiles" "$repobranch"
rm -rf "/home/$name/.git/" "/home/$name/README.md" "/home/$name/LICENSE" "/home/$name/FUNDING.yml"
find /home/"$name" -maxdepth 1 -type f -name ".*" -exec rm -rf {} \;
-cd "/home/$name/.dotfiles" && sudo -u "$name" stow --no-folding -S ar && sudo -u "$name" stow --no-folding -S default && cd /tmp || exit 1
+cd "/home/$name/.dotfiles" && sudo -u "$name" stow --no-folding -S ar && sudo -u "$name" stow --no-folding -S global && cd /tmp || exit 1
# Link profiles
sudo -u "$name" ln -sf "/home/$name/.dotfiles/ar/.config/shell/profile" "/home/$name/.zprofile"