码迷,mamicode.com
首页 > 其他好文 > 详细

Miscellaneous

时间:2020-02-08 14:02:44      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:cell   hub   grep   github   命令   mirrors   epo   lan   ror   

1. Mac 上环境安装

  • 安装 Homebrew

  /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  • 修改 Homebrew 配置源(可选)

  cd "$(brew --repo)"

  git remote set-url origin https://mirrors.ustc.edu.cn/brew.git/

  cd "$(brew --repo)"/Library/Taps/homebrew/homebrew-core

  git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git/

  cd "$(brew --repo)"/Library/Taps/caskroom/homebrew-cask

  git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git/

  • 安装 GNU 命令行工具

  brew install coreutils findutils gnu-tar gnu-sed gawk gnutls gnu-indent gnu-getopt grep

  

Miscellaneous

标签:cell   hub   grep   github   命令   mirrors   epo   lan   ror   

原文地址:https://www.cnblogs.com/hopelee/p/12276058.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!