Fix init script zsh location path

This commit is contained in:
Pavle Portic 2022-03-11 15:16:05 +01:00
parent cd78da0063
commit e1f315c1eb
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 1 additions and 1 deletions

View File

@ -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