-
安装 homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
更换国内镜像 清华大学开源软件镜像站
cd "$(brew --repo)"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
brew update更换 homebrew-bottles 国内镜像
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles' >> ~/.bash_profile
source ~/.bash_profile -
oh-my-zsh 终端增强
-
推荐软件
-
switchhosts 快速切换 hosts
-
ShadowsocksX-NG 科学上网
-
Alfred mac 神器
-
Itsycal 日历增强
-
typora markdown 编辑器
-
enpass 免费的密码管理器
-
sourcetree 图形化 git
-
sublime 轻量 ide
-
the-unarchiver 解压缩工具
其实上面的都可以用 brew cask 安装
brew cask list
alfred firefox neteasemusic sourcetree switchhosts
enpass itsycal osxfuse staruml the-unarchiver
evernote mounty shadowsocksx-ng sublime tigervnc-viewer
-