From f8e669f4d8e82cdc04b5bea464e71965ad98bc2e Mon Sep 17 00:00:00 2001 From: Isabell Pflug Date: Mon, 30 May 2022 12:29:38 +0200 Subject: [PATCH] :memo: updated zsh documentation --- scripts/zsh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/zsh.md b/scripts/zsh.md index d86bf35..3e5c2f9 100644 --- a/scripts/zsh.md +++ b/scripts/zsh.md @@ -1,6 +1,7 @@ # Installation ## `zsh_setup_install.sh` * currently only working with `apt`, considering expanding the script in the future for other means of installation +* installs `zsh` and `antigen` for plugin installation ## `.zshrc` * you can find it in the `../home-directory/` folder, it will get sym linked to your homedirectory automatically if you run the install script. alternatively, you can of course just move it there, but then you cannot version that file easily anymore.