diff options
Diffstat (limited to 'static/thesiah-mac.sh')
| -rwxr-xr-x | static/thesiah-mac.sh | 3 |
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 |
