diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-15 10:58:32 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-15 10:58:32 +0900 |
| commit | 5dd67ba5dd7b6a43d6f4b6c552136fd46e4a94ae (patch) | |
| tree | 55ed7fe699b7a0803c979879430f57369bdbac0e /static | |
| parent | 0d7530479a25e6c4999b4f3bd8b4053ccbaebf2d (diff) | |
modified static/thesiah.sh
Diffstat (limited to 'static')
| -rwxr-xr-x | static/thesiah.sh | 2 |
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" |
