mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +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"
|
||||
exit
|
||||
}
|
||||
cd .oh-my-zsh
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd ..
|
||||
|
||||
echo "\033[0;34mLooking for an existing zsh config...\033[0m"
|
||||
if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue