aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-11-03 13:15:33 +0300
committerawy <awy@awy.one>2025-11-03 13:15:33 +0300
commit7d0548fe2892885874d6748cdbd5c261e5e94479 (patch)
tree77f53c5468e3d81820bb83b06dd425a791902e93 /rice.sh
parenta753b50a62c13d12e8e0b53a63ba89af0528ca7a (diff)
downloadhyprdots-7d0548fe2892885874d6748cdbd5c261e5e94479.tar.gz
submodule
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/rice.sh b/rice.sh
index 271083a..e44d238 100755
--- a/rice.sh
+++ b/rice.sh
@@ -29,6 +29,8 @@ usermod -aG seat $PERMUSER
DEPLIST="`sed -e 's/#.*$//' -e '/^$/d' dependencies.txt | tr '\n' ' '`"
pacman -S $DEPLIST --noconfirm --needed
+run_as_user git submodule update --init --recursive
+
run_as_user cp -r "$WORKDIRECTORY"/.config /home/"$PERMUSER"
run_as_user cp -r "$WORKDIRECTORY"/.local /home/"$PERMUSER"
run_as_user cp -a "$WORKDIRECTORY"/.zprofile /home/"$PERMUSER"