feat: neomutt
This commit is contained in:
parent
dd05523fbd
commit
bd7637660e
25
cli/neomutt.sh
Executable file
25
cli/neomutt.sh
Executable 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
|
|
@ -864,5 +864,6 @@ awful.spawn.with_shell("flameshot")
|
||||||
awful.spawn.with_shell("nm-applet")
|
awful.spawn.with_shell("nm-applet")
|
||||||
awful.spawn.with_shell("copyq")
|
awful.spawn.with_shell("copyq")
|
||||||
awful.spawn.with_shell("bluetoothctl power on")
|
awful.spawn.with_shell("bluetoothctl power on")
|
||||||
|
awful.spawn.with_shell("env > ~/.env")
|
||||||
|
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user