diff options
author | awy <awy@awy.one> | 2025-10-07 09:55:58 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-07 09:55:58 +0300 |
commit | 7f3df09d5241f029f8544dbe9c992ee3f11d3611 (patch) | |
tree | 682d1c50343d6ce514796f5a06818c4ed3dda3e2 | |
parent | 1c002462305c2b9d7104cd77ac1b1ffdebd9994a (diff) | |
download | hyprdots-7f3df09d5241f029f8544dbe9c992ee3f11d3611.tar.gz |
mutt-wizard
-rw-r--r-- | dependencies.txt | 3 | ||||
-rwxr-xr-x | rice.sh | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dependencies.txt b/dependencies.txt index f9b87a2..61f03c5 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -95,7 +95,8 @@ gopass which wtype -# MUTT-WIZARD DEPS # +# MUTT-WIZARD # +mutt-wizard neomutt isync msmtp @@ -133,10 +133,6 @@ echo "*/30 * * * * export DBUS_SESSION_BUS_ADDRESS=\$(rg --null-data \"DBUS_SESS */30 * * * * export DBUS_SESSION_BUS_ADDRESS=\$(rg --null-data \"DBUS_SESSION_BUS_ADDRESS\" \"/proc/\$(pgrep -x waybar)/environ\" | sed 's/DBUS_SESSION_BUS_ADDRESS=//'); /home/$PERMUSER/.local/bin/cron/checkup */10 * * * * export DBUS_SESSION_BUS_ADDRESS=\$(rg --null-data \"DBUS_SESSION_BUS_ADDRESS\" \"/proc/\$(pgrep -x waybar)/environ\" | sed 's/DBUS_SESSION_BUS_ADDRESS=//'); /home/$PERMUSER/.local/bin/cron/mailup" | run_as_user crontab - -run_as_user git clone https://git.awy.one/mutt-wizard /home/"$PERMUSER"/mutt-wizard -cd /home/"$PERMUSER"/mutt-wizard -make install - cd /home/"$PERMUSER" # run_as_user git clone https://git.awy.one/autofox # cd autofox @@ -152,7 +148,6 @@ run_as_user makepkg -csi cd /home/"$PERMUSER" rm -rf termfilechooser -rm -rf mutt-wizard # MPV thumbfastlua_url=https://raw.githubusercontent.com/po5/thumbfast/refs/heads/master/thumbfast.lua |