From 5232d6512cbc248f8d6d5cee518d3df78c0117c2 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Thu, 2 May 2019 19:59:30 -0400 Subject: [PATCH] adding info to readme about pw.sh requirements --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 986c270..66d0749 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,16 @@ Following the best practices of the local platform install `git` and `stow`. $ git clone ssh://git@gitlab.com/amdavidson/dotfiles.git $HOME/.dotfiles $ cd $HOME/.dotfiles $ ./update.sh -$ stow {bash,git,tmux,vim} +$ stow {scripts,bash,git,tmux,vim} ``` - ## Local Configuration Locally specific `bash` or `zsh` configurations can be put into `$HOME/.$SHELL_local` and they will be applied as a superset of the main `.$SHELLrc` file. + +### mutt + +Using `mutt` requires that you also `stow` the helper scripts to get access to `pw.sh` and that you include `IMAP_USERNAME` and `IMAP_PASSWORD` in the .env file. + +### khard / vdirsyncer + +Using `khard` and `vdirsyncer` requires that you also `stow` the helper scripts to get access to `pw.sh` and that you include `CARDDAV_USERNAME` and `CARDDAV_PASSWORD` in the .env file.