项目作者: Wanchen7

项目描述 :
自用!!!初始化mac的开发环境
高级语言: Python
项目地址: git://github.com/Wanchen7/Macos-Setup.git
创建时间: 2019-06-24T06:50:08Z
项目社区:https://github.com/Wanchen7/Macos-Setup

开源协议:MIT License

关键词:
android flutter macos

下载


Macos-Setup

自用!!!初始化mac的开发环境(Android、Flutter)

第一步

https://github.com/shadowsocks/ShadowsocksX-NG/releases 准备好梯子

第二步

安装 Xcode Command Line Tools

第三步

  1. /usr/bin/python -c "$(curl -fsSL https://raw.githubusercontent.com/Wanchen7/Macos-Setup/master/macos-setup.py)"

第四步

  • 安装oh-my-zsh

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

    1. brew install zsh-completions zsh-syntax-highlighting zsh-autosuggestions
  • 配置zshrc

    1. sed -i -e \'s/robbyrussell/agnoster/g\' ~/.zshrc &> /dev/null
    2. sed -i -e \'s/plugins=(git)/plugins=(git brew sublime zsh-autosuggestions zsh-syntax-highlighting)/g\' ~/.zshrc &> /dev/null
    3. echo "DEFAULT_USER=\`whoami\`" >> ~/.zshrc
    4. echo "source ~/.bash_profile" >> ~/.zshrc
  • 配置iterm
    https://github.com/agnoster/agnoster-zsh-theme