diff options
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 |
