简介

主要介绍在 Mac OS 下使用的基本的软件。

软件

Command Line Tool

1
xcode-select --install

Homebrew

Homebrew

1
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Oh My Zsh

Oh My Zsh

1
2
3
brew install zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Prezto

Prezto

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Launch Zsh:
zsh

#Clone the repository:
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"

#Create a new Zsh configuration by copying the Zsh configuration files provided:
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done

# Set Zsh as your default shell:
chsh -s /bin/zsh

Brew Cask

Homebrew Cask

1
2
brew tap phinze/cask
brew install brew-cask

TotalTerminal

1
brew cask install totalterminal

LaunchRocket

1
brew cask install launchrocket

shadowssocks

1
https://github.com/shadowsocks/shadowsocks-iOS/releases

alfred 3

1
brew cask install alfred

moom

1
brew cask install moom