adding info to readme about pw.sh requirements
This commit is contained in:
parent
15581dfc20
commit
5232d6512c
1 changed files with 9 additions and 2 deletions
11
README.md
11
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
|
$ git clone ssh://git@gitlab.com/amdavidson/dotfiles.git $HOME/.dotfiles
|
||||||
$ cd $HOME/.dotfiles
|
$ cd $HOME/.dotfiles
|
||||||
$ ./update.sh
|
$ ./update.sh
|
||||||
$ stow {bash,git,tmux,vim}
|
$ stow {scripts,bash,git,tmux,vim}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Local Configuration
|
## 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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue