From e1f315c1ebd8e57c02f9ea4675408d439823011d Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Fri, 11 Mar 2022 15:16:05 +0100 Subject: [PATCH] Fix init script zsh location path --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 1d8fb38..b836e41 100755 --- a/init.sh +++ b/init.sh @@ -11,7 +11,7 @@ git clone https://github.com/nikita-skobov/create-bash-script ~/.local/share/cre git clone https://gitea.theedgeofrage.com/TheEdgeOfRage/rpn ~/.local/share/rpn git clone https://github.com/TheEdgeOfRage/bumblebee-status ~/.local/share/bumblebee-status -ohmyzsh_dir="~/.config/zsh/oh-my-zsh" +ohmyzsh_dir="$HOME/.config/zsh/oh-my-zsh" ohmyzsh_custom="${ohmyzsh_dir}/custom" git clone https://github.com/TheEdgeOfRage/ohmyzsh ${ohmyzsh_dir} git clone https://github.com/MichaelAquilina/zsh-you-should-use ${ohmyzsh_custom}/plugins/you-should-use