这是一期Mac软件推荐,主要面向程序员族群。
xcode
- 用途:开发工具集
- 费用:免费
- 安装:AppStore或者终端命令
xcode-select --install
iterm2
nerd-fonts
homebrew
在国内可以使用阿里云的镜像仓库,将下面的内容放到你的.bashrc
或者.zshrc
中:
1
2
3
|
## change mirror in China and disable auto update
export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles
export HOMEBREW_NO_AUTO_UPDATE=true
|
## change mirror in China and disable auto update
export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles
export HOMEBREW_NO_AUTO_UPDATE=true
vscode
orbstack
drawio
neovim
- 用途:代码编辑器
- 费用:免费
- 安装:
brew install neovim
基础命令行软件
1
2
|
xcode-select --install
brew install wget git tree dos2unix ruby jq bear autoconf ctags xz tmux
|
xcode-select --install
brew install wget git tree dos2unix ruby jq bear autoconf ctags xz tmux