Miscellaneous
Posted hopelee
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Miscellaneous相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
gitcli (Miscellaneous) – Git 中文开发手册
Confluence 6 数据库表-杂项(Miscellaneous)
Confluence 6 数据库表-杂项(Miscellaneous)
IDEA插件开发(23)--Miscellaneous Swing Components