mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Adds neomutt run for terminal based email setup.
This commit is contained in:
16
runs/neomutt
Executable file
16
runs/neomutt
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
yay ${1:-"-S --noconfirm"} neomutt \
|
||||
abook \
|
||||
mutt-wizard \
|
||||
goimapnotify \
|
||||
lynx \
|
||||
notmuch \
|
||||
urlview \
|
||||
cronie \
|
||||
protonmail-bridge \
|
||||
isync \
|
||||
msmtp \
|
||||
pass \
|
||||
ca-certificates \
|
||||
gettext
|
||||
Reference in New Issue
Block a user