Go to file
michael 818ddec680 add installation script 2023-01-14 09:47:37 +01:00
plugins use .local folder 2022-07-31 21:22:17 +02:00
.gitmodules use .local folder 2022-07-31 21:22:17 +02:00
install.sh add installation script 2023-01-14 09:47:37 +01:00
readme.md add installation script 2023-01-14 09:47:37 +01:00
zshenv use .local folder 2022-07-31 21:22:17 +02:00
zshrc add installation script 2023-01-14 09:47:37 +01:00

readme.md

Manual installation

git clone --recurse https://git.sdf.org/michael/zsh ~/.local/share/zsh
cp ~/.local/share/zsh/zshenv ~/.zshenv
mkdir -p ~/.config
ln -s ../.local/share/zsh/zshrc ~/.config/.zshrc

Installation script

curl -s https://git.sdf.org/michael/zsh/raw/branch/master/install.sh | bash

Screenshot