From 83a3a6b283458da884db1186690be7af48276673 Mon Sep 17 00:00:00 2001 From: Isabell Pflug Date: Mon, 30 May 2022 12:28:31 +0200 Subject: [PATCH] :memo: added documentation for the zsh setup --- scripts/zsh.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/zsh.md diff --git a/scripts/zsh.md b/scripts/zsh.md new file mode 100644 index 0000000..d86bf35 --- /dev/null +++ b/scripts/zsh.md @@ -0,0 +1,6 @@ +# Installation +## `zsh_setup_install.sh` +* currently only working with `apt`, considering expanding the script in the future for other means of 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.