Update README.md

The new zshrc template will download the zimfw script if missing.
See 023e13f042/src/templates/zshrc (L100-L108)

Similar to https://github-wiki-see.page/m/junegunn/vim-plug/wiki/tips

Useful if the ZIM_HOME folder is not version tracked in a dotfiles repo.

Closes #440
This commit is contained in:
Enno 2021-11-06 23:36:48 +01:00 committed by GitHub
parent d7229bb6bc
commit a292ca40ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -66,12 +66,8 @@ you can add to your `~/.zimrc`.
* [~/.zlogin](https://raw.githubusercontent.com/zimfw/install/master/src/templates/zlogin)
* [~/.zimrc](https://raw.githubusercontent.com/zimfw/install/master/src/templates/zimrc)
3. Copy https://github.com/zimfw/zimfw/releases/latest/download/zimfw.zsh to
`~/.zim/zimfw.zsh`.
4. Install the modules defined in `~/.zimrc` and build the initialization scripts:
zsh ~/.zim/zimfw.zsh install
3. Restart your terminal to automatically install the modules defined in `~/.zimrc`
and build the initialization scripts.
</details>