fixed old path
This commit is contained in:
+2
-2
@@ -26,9 +26,9 @@ if [ ! -d "~/.oh-my-zsh" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# install rainbow theme & alias plugin
|
# install rainbow theme & alias plugin
|
||||||
wget -xqO ~/.oh-my-zsh/custom/themes/rainbow.zsh-theme https://gitea.mkex.de/blacknet76/rainbow-zsh-theme/raw/branch/master/rainbow.zsh-theme
|
wget -xqO ~/.oh-my-zsh/custom/themes/rainbow.zsh-theme https://scm.i-blacknet.de/mkurz/rainbow-zsh-theme/raw/branch/master/rainbow.zsh-theme
|
||||||
mkdir -p ~/.oh-my-zsh/custom/plugins/rainbow-alias/
|
mkdir -p ~/.oh-my-zsh/custom/plugins/rainbow-alias/
|
||||||
wget -xqO ~/.oh-my-zsh/custom/plugins/rainbow-alias/rainbow-alias.plugin.zsh https://gitea.mkex.de/blacknet76/rainbow-zsh-theme/raw/branch/master/rainbow-alias.plugin.zsh
|
wget -xqO ~/.oh-my-zsh/custom/plugins/rainbow-alias/rainbow-alias.plugin.zsh https://scm.i-blacknet.de/mkurz/rainbow-zsh-theme/raw/branch/master/rainbow-alias.plugin.zsh
|
||||||
|
|
||||||
# install needfull plugins
|
# install needfull plugins
|
||||||
git clone https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
git clone https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||||
|
|||||||
Reference in New Issue
Block a user