aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-10-07 09:44:49 +0300
committerawy <awy@awy.one>2025-10-07 09:44:49 +0300
commit1c002462305c2b9d7104cd77ac1b1ffdebd9994a (patch)
treef183e0ba1d77accac5e1aba00995c0d42d495adb /rice.sh
parent94d5c4f031bb024d40700e9778b97e1ef5c66277 (diff)
downloadhyprdots-1c002462305c2b9d7104cd77ac1b1ffdebd9994a.tar.gz
tessen
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/rice.sh b/rice.sh
index 2353c71..ed343ee 100755
--- a/rice.sh
+++ b/rice.sh
@@ -138,12 +138,6 @@ cd /home/"$PERMUSER"/mutt-wizard
make install
cd /home/"$PERMUSER"
-
-run_as_user git clone https://git.awy.one/tessen /home/"$PERMUSER"/tessen
-cd /home/"$PERMUSER"/tessen
-make install
-
-cd /home/"$PERMUSER"
# run_as_user git clone https://git.awy.one/autofox
# cd autofox
# run_as_user ./configure_firefox.sh
@@ -159,7 +153,6 @@ run_as_user makepkg -csi
cd /home/"$PERMUSER"
rm -rf termfilechooser
rm -rf mutt-wizard
-rm -rf tessen
# MPV
thumbfastlua_url=https://raw.githubusercontent.com/po5/thumbfast/refs/heads/master/thumbfast.lua
@@ -179,9 +172,6 @@ sed -Ei "s/(network).*/\1=yes/" "$scriptopts_dir/thumbfast.conf"
# sponsorblock
run_as_user curl -Ls -o "$config_dir/scripts/sponsorblock_minimal.lua" $sponsorblock_url || echo "Couldn't download: $sponsorblock_url"
-# necessary symlinks (pass for mutt-wizard)
-ln -s /bin/gopass /bin/pass
-
# pam
sed -i '/auth[[:space:]]*include[[:space:]]*system-local-login/a auth optional pam_gnome_keyring.so' /etc/pam.d/login
sed -i '/session[[:space:]]*include[[:space:]]*system-local-login/a session optional pam_gnome_keyring.so auto_start' /etc/pam.d/login