diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-09-13 16:27:50 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-09-13 16:27:50 +0900 |
| commit | ce09db6d0719a79917b2175e2641871072a14725 (patch) | |
| tree | fe6813b928acc0deec45731c2cb9c6b317d6ada8 /static/thesiah.sh | |
| parent | f5b0159281881ddfda239a9ff8580314cacea05d (diff) | |
Init
Diffstat (limited to 'static/thesiah.sh')
| -rwxr-xr-x | static/thesiah.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh index c9275c8..904fa2e 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -10,6 +10,7 @@ progsfile="thesiah.xyz/progs.csv" dotfilesrepo="https://github.com/TheSiahxyz/.dotfiles.git" obsidianrepo="https://github.com/TheSiahxyz/Obsidian.git" passwordrepo="https://github.com/TheSiahxyz/.password-store.git" +neetcoderepo="https://github.com/TheSiahxyz/neetcode.git" webrepo="https://github.com/TheSiahxyz/THESIAH.git" aurhelper="yay" repobranch="master" @@ -852,8 +853,9 @@ librewolfsetup # Clone TheSiahxyz's repositories [ "$putrepo" = "y" ] && { putgitrepo "$passwordrepo" "/home/$name/.local/share" "$repobranch" - putgitrepo "$obsidianrepo" "/home/$name" "$repobranch" - putgitrepo "$webrepo" "/home/$name" "$repobranch" + putgitrepo "$neetcoderepo" "/home/$name/Private/git" "$repobranch" + putgitrepo "$obsidianrepo" "/home/$name/Private/git" "$repobranch" + putgitrepo "$webrepo" "/home/$name/Private/git" "$repobranch" } # Make grub fast |
