1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-02 15:37:45 +02:00

adding mutt installation script

This commit is contained in:
TiynGER 2020-03-31 01:09:49 +02:00
parent 40d9814242
commit 2e65a1aa36
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Mutt
These are a bunch of programs to be able to use lukesmithxyz's mutt-wizard,
which will be able to setup your neomutt acordingly.
| program | description |
| ----------- | --------------------- |
| neomutt | mail program |
| isync | syncs mail |
| msmtp | sends mail |
| pass | encrypts passwords |
| mutt-wizard | autoconfigure neomutt |
After this you will be able to:
``` mw add ``` to add mailaccounts
``` mw ls ``` to list existing ones
``` mw pass ``` to revise passwords
``` mw delete ``` to delete accounts
``` mw purge ``` to delete all accounts and settings
``` mw cron ``` toggle a cronjob to sync mail

View File

@ -0,0 +1,7 @@
#!/bin/sh
sudo pacman -S neomutt isync msmtp pass
git clone https://github.com/lukesmithxyz/mutt-wizard
cd mutt-wizard
sudo make install
cd ..
rm -rf mutt-wizard