feat: neomutt

This commit is contained in:
Klesh Wong 2022-07-02 20:24:49 +08:00
parent dd05523fbd
commit bd7637660e
2 changed files with 26 additions and 0 deletions

25
cli/neomutt.sh Executable file
View File

@ -0,0 +1,25 @@
#!/bin/sh
set -e
DIR=$(dirname "$(readlink -f "$0")")
. "$DIR/../env.sh"
log 'Setting up neomutt'
case "$PM" in
pacman)
sudo pacman -S --noconfirm --needed neomutt isync lynx notmuch cronie urlscan
yay -S --noconfirm --needed abook cyrus-sasl-xoauth2-git
;;
esac
case "$UNAMEA" in
*artix*)
sudo pacman -S --noconfirm --needed cronie-runit
sudo ln -sf /etc/runit/sv/cronie/ /run/runit/service/
;;
esac
makeinstallrepo https://github.com/klesh/mutt-wizard.git mutt-wizard

View File

@ -864,5 +864,6 @@ awful.spawn.with_shell("flameshot")
awful.spawn.with_shell("nm-applet")
awful.spawn.with_shell("copyq")
awful.spawn.with_shell("bluetoothctl power on")
awful.spawn.with_shell("env > ~/.env")
-- }}}