diff options
| author | awy <awy@awy.one> | 2025-11-03 13:15:33 +0300 | 
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-03 13:15:33 +0300 | 
| commit | 7d0548fe2892885874d6748cdbd5c261e5e94479 (patch) | |
| tree | 77f53c5468e3d81820bb83b06dd425a791902e93 | |
| parent | a753b50a62c13d12e8e0b53a63ba89af0528ca7a (diff) | |
| download | hyprdots-7d0548fe2892885874d6748cdbd5c261e5e94479.tar.gz | |
submodule
| -rwxr-xr-x | rice.sh | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -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"  |