Fix setup-zsh bash syntax
This commit is contained in:
parent
6d7c86055c
commit
567cfd8bfe
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
if [ ! $HOME/.oh-my-zsh ] sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
|
||||
if [ ! $HOME/.zplug ] curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
|
||||
if [ ! $HOME/.oh-my-zsh ]; then sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"; fi
|
||||
if [ ! $HOME/.zplug ]; then curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh; fi
|
||||
zplug install
|
||||
|
||||
# Start zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue