mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
added installation lines
This commit is contained in:
parent
6a97ec830c
commit
34912fa99a
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ hash git >/dev/null 2>&1 && env git clone --depth=1 https://github.com/ahirreddy
|
||||||
echo "git not installed"
|
echo "git not installed"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
cd .oh-my-zsh
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
cd ..
|
||||||
|
|
||||||
echo "\033[0;34mLooking for an existing zsh config...\033[0m"
|
echo "\033[0;34mLooking for an existing zsh config...\033[0m"
|
||||||
if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]; then
|
if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue