From 4f13d43d758733be3fa051182ca5b642d65a17ea Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 11 Feb 2025 10:36:52 +0000 Subject: [PATCH] Add GPG, Mutt, and Pass-OTP to installation script and create Mutt configuration --- home/.config/mutt/muttrc | 0 install.sh | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 home/.config/mutt/muttrc diff --git a/home/.config/mutt/muttrc b/home/.config/mutt/muttrc new file mode 100644 index 00000000..e69de29b diff --git a/install.sh b/install.sh index 2e983bc1..0225f4f1 100755 --- a/install.sh +++ b/install.sh @@ -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