Add GPG, Mutt, and Pass-OTP to installation script and create Mutt configuration
This commit is contained in:
0
home/.config/mutt/muttrc
Normal file
0
home/.config/mutt/muttrc
Normal file
@@ -70,7 +70,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Install Programs
|
# 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
|
if $desktop; then
|
||||||
programs+=(
|
programs+=(
|
||||||
@@ -79,6 +79,8 @@ if $desktop; then
|
|||||||
w3m # Text-based web browser
|
w3m # Text-based web browser
|
||||||
nnn # File manager
|
nnn # File manager
|
||||||
taskwarrior # Task manager
|
taskwarrior # Task manager
|
||||||
|
mutt # Email client
|
||||||
|
pass-otp # Password manager
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user