Add GPG, Mutt, and Pass-OTP to installation script and create Mutt configuration

This commit is contained in:
2025-02-11 10:36:52 +00:00
parent 3811fdd271
commit 341c94ec5d
2 changed files with 3 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ else
fi
# Install Programs
programs=(neovim curl git bat tmux bmon fzf gcc make)
programs=(neovim curl git bat tmux bmon fzf gcc make gpg)
if $desktop; then
programs+=(
@@ -79,6 +79,8 @@ if $desktop; then
w3m # Text-based web browser
nnn # File manager
taskwarrior # Task manager
mutt # Email client
pass-otp # Password manager
)
fi