From 6be0d2ee649ce9c8b918764f78446c2185a5de87 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 24 Nov 2020 04:18:29 -0600 Subject: [PATCH] Add requirements and installation to README.md --- README.md | 30 +++++++++++++++++++++++++++++- dependencies.txt | 5 ----- 2 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 dependencies.txt diff --git a/README.md b/README.md index ab913d7..21f41d7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,31 @@ # muttcfg -Neomutt dotfiles \ No newline at end of file +## Table of Contents + +- [muttcfg](#muttcfg) + - [Table of Contents](#table-of-contents) + - [Requirements](#requirements) + - [Installation](#installation) + +## Requirements + +OS: macOS or GNU/Linux + +- neomutt + - the email client +- urlview (optional, highly recommended) + - allows you to select a link to open through `Ctrl-B` +- pass (optional, recommended) + - store passwords using your GPG key, used by default configuration +- lynx (optional, recommended) + - render HTML formatting directly in neomutt, without opening an external browser +- abook (optional) + - address book, add an address by pressing `a` + +## Installation + +1. `git clone https://git.bbaovanc.com/bbaovanc/muttcfg.git ~/.config/mutt` +2. `cd ~/.config/mutt` +3. `cp account.template account` +4. Make modifications to `account` to sign in to your email +5. Run `neomutt` diff --git a/dependencies.txt b/dependencies.txt deleted file mode 100644 index 883e47a..0000000 --- a/dependencies.txt +++ /dev/null @@ -1,5 +0,0 @@ -neomutt -abook -lynx -pass -urlview