From a8c893951f84133f5ee6ab1797438541d93f03cd Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Sat, 6 Nov 2021 17:29:48 -0500 Subject: [PATCH] Update README.md --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 5dd31da..2e954ca 100644 --- a/README.md +++ b/README.md @@ -66,24 +66,9 @@ 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`. +3. Restart your terminal to automatically install the modules defined in `~/.zimrc` + and build the initialization scripts. -4. Install the modules defined in `~/.zimrc` and build the initialization scripts: - - zsh ~/.zim/zimfw.zsh install - - As an alternative to the last two steps, add additionally the following lines to `~/.zshenv` to - automatically install zimfw whenenver it is missing: - - ```zsh -export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim -if ! [ -s "$ZIM_HOME/zimfw.zsh" ]; then - curl --fail --show-error --silent --location --output "$ZIM_HOME/zimfw.zsh" https://github.com/zimfw/zimfw/releases/latest/download/zimfw.zsh && - chmod 0755 "$ZIM_HOME/zimfw.zsh" && - zsh "$ZIM_HOME/zimfw.zsh" install -fi -``` Usage