summaryrefslogtreecommitdiff
path: root/static/thesiah-mac.sh
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-05-05 02:07:44 -0400
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-05-05 02:07:44 -0400
commit39eb4f20377d089bc4ce7c9bef97f633b4242d11 (patch)
tree513133d18c6c3db3273856375127067d7107f801 /static/thesiah-mac.sh
parent3b783e9b8911a244e31bd7928a534b517da4933f (diff)
Updates progs & mac scripts
Diffstat (limited to 'static/thesiah-mac.sh')
-rwxr-xr-xstatic/thesiah-mac.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/thesiah-mac.sh b/static/thesiah-mac.sh
index 19cd069..dd9c563 100755
--- a/static/thesiah-mac.sh
+++ b/static/thesiah-mac.sh
@@ -151,11 +151,12 @@ installpkg "mas"
installationloop
# Setup Dotfiles
-putgitrepo "$dotfilesrepo" "$HOME/.dotfiles" "$repobranch"
+putgitrepo "$dotfilesrepo" "$HOME" "$repobranch" && mv "$HOME/$(echo "$dotfilesrepo" | sed 's|.*/\([^/]*\)\.git|\1|')" "$HOME/.dotfiles"
# Clean up any unwanted files from the dotfiles repo
rm -rf "$HOME/.git" "$HOME/README.md" "$HOME/LICENSE" "$HOME/FUNDING.yml" "/tmp/programs.csv"
+# Sync profile
ln -s ~/.dotfiles/shell/profile ~/.zprofile
# Final