mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
18 lines
253 B
Bash
Executable File
18 lines
253 B
Bash
Executable File
#!/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 \
|
|
cyrus-sasl-xoauth2-git
|