Skip to content

Commit e8ba643

Browse files
authored
Update setup.sh
1 parent e247dab commit e8ba643

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ defaults write com.apple.screencapture location ~/Desktop/screenshots; killall S
4545
echo "Install Homebrew"
4646
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
4747

48+
# #################################
49+
echo "install Oh-my-zsh"
50+
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
4851

4952
echo -e "######################\nBrew Install start\n######################"
5053
brewapps=(
@@ -135,9 +138,7 @@ alias ....='cd ../../../'
135138
alias .....='cd ../../../../'
136139
alias ......='cd ../../../../../'">>~/.zshrc && source ~/.zshrc
137140

138-
# #################################
139-
echo "install Oh-my-zsh"
140-
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
141+
141142

142143
# WeChat Helper#################################
143144
# cd ~/Downloads && rm -rf WeChatPlugin-MacOS && git clone https://github.com/TKkk-iOSer/WeChatPlugin-MacOS && ./WeChatPlugin-MacOS/Other/Install.sh && rm -rf WeChatPlugin-MacOS

0 commit comments

Comments
 (0)