File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ defaults write com.apple.screencapture location ~/Desktop/screenshots; killall S
45
45
echo " Install Homebrew"
46
46
/usr/bin/ruby -e " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install) "
47
47
48
+ # #################################
49
+ echo " install Oh-my-zsh"
50
+ sh -c " $( curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh) "
48
51
49
52
echo -e " ######################\nBrew Install start\n######################"
50
53
brewapps=(
@@ -135,9 +138,7 @@ alias ....='cd ../../../'
135
138
alias .....='cd ../../../../'
136
139
alias ......='cd ../../../../../'" >> ~/.zshrc && source ~ /.zshrc
137
140
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
+
141
142
142
143
# WeChat Helper#################################
143
144
# cd ~/Downloads && rm -rf WeChatPlugin-MacOS && git clone https://github.com/TKkk-iOSer/WeChatPlugin-MacOS && ./WeChatPlugin-MacOS/Other/Install.sh && rm -rf WeChatPlugin-MacOS
You can’t perform that action at this time.
0 commit comments