Osx:Homebrew:修订间差异
imported>Soleverlee 以“==Homebrew== <source lang="bash"> /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" </source> ==zsh== Category:...”为内容创建页面 |
imported>Soleverlee |
||
第4行: | 第4行: | ||
</source> | </source> | ||
==zsh== | ==zsh== | ||
<source lang="bash"> | |||
brew install zsh | |||
</source> | |||
oh my zsh: | |||
<source lang="bash"> | |||
#via curl | |||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |||
#via wget | |||
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" | |||
</source> | |||
[[Category:Linux/Unix]] | [[Category:Linux/Unix]] |
2017年3月27日 (一) 14:55的版本
Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
zsh
brew install zsh
oh my zsh:
#via curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
#via wget
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"