diff options
author | awy <awy@awy.one> | 2025-10-07 09:44:49 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-07 09:44:49 +0300 |
commit | 1c002462305c2b9d7104cd77ac1b1ffdebd9994a (patch) | |
tree | f183e0ba1d77accac5e1aba00995c0d42d495adb | |
parent | 94d5c4f031bb024d40700e9778b97e1ef5c66277 (diff) | |
download | hyprdots-1c002462305c2b9d7104cd77ac1b1ffdebd9994a.tar.gz |
tessen
-rw-r--r-- | dependencies.txt | 3 | ||||
-rwxr-xr-x | rice.sh | 10 |
2 files changed, 2 insertions, 11 deletions
diff --git a/dependencies.txt b/dependencies.txt index addccc5..f9b87a2 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -89,7 +89,8 @@ cmake tllist solaar -# TESSEN DEPS # +# TESSEN # +tessen gopass which wtype @@ -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 |