打造高效的Mac开发环境

时间:2021-9-6     作者:smarteng     分类: 开发工具


Mac 精品软件

安装和设置zsh

  • brew install zsh
  • 设置默认的shell为 zsh
  • chsh -s /bin/zsh
  • brew install autojump

安装 oh my zsh

配置 plugin

plugins=(composer cp iterm2 docker git git-extras git-flow go golang autojump svn gradle npm yarn node sbt grunt glup redis-cli sudo yii2 fast-syntax-highlighting zsh-autosuggestions zsh-completions zsh-history-substring-search)
source $ZSH/oh-my-zsh.sh

标签: Mac 工具