新系统
安装Chrome
安装lemon
安装sizeup
https://www.irradiatedsoftware.com/sizeup/
安装alfred
- 在Features中设置Clipboard History
安装Enpass
https://www.enpass.io/downloads/
安装Iterm2
安装vscode
https://code.visualstudio.com/Download
安装typora
安装sublime
安装oh-my-zsh主题
sh -c "$(curl -fsSL https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh)"
git clone https://github.com/valentinocossar/vscode.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/vscode
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
vi ~/.zshrc
#找到plugins一行,增加对应插件
plugins=(git extract z sublime vccode zsh-autosuggestions zsh-syntax-highlighting sudo)
安装brew
/bin/zsh -c “$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)”
安装golang
Go下载 - Go语言中文网 - Golang中文社区 go env -w GOPROXY=https://goproxy.cn,direct