Appearance
说明:
- 推荐系数:⭐⭐⭐ 强烈推荐、⭐⭐ 推荐、⭐ 备选
- 免费:✅ 完全免费、⚠️ 部分免费(有付费版)、❌ 付费
- 开源:✅ 开源、❌ 闭源
免科学下载文件
| 软件名称 | 推荐系数 | 免费 | 开源 | 评价 |
|---|---|---|---|---|
| Github Proxy | ⭐⭐⭐ | ✅ | ❌ | 支持 API、Git Clone、Releases、Archive、Gist、Raw 等资源加速下载,提升 GitHub 文件下载体验。。https://github.akams.cn/ |
| OBS Studio | ⭐⭐⭐ | ✅ | ✅ | 开源免费录屏软件,功能强大,支持直播推流,教程制作首选 |
下载一些大的github raw文件很方便。
镜像源
1、Mac home brew 国内源:
设置清华源 Brew:
bash
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
brew update举个例子:
bash
zwj@zwjdeMacBook-Air ~ % export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
brew update
HOMEBREW_BREW_GIT_REMOTE set: using https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git as the Homebrew/brew Git remote.
Already up-to-date.
zwj@zwjdeMacBook-Air ~ % brew install redis2、安装ohmyz
官方一键安装:
bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"官方脚本安装超时问题解决:
先将脚本下载来,然后手动执行:
bash
zwj@zwjdeMacBook-Air Downloads % chmod -x install.sh
zwj@zwjdeMacBook-Air Downloads % sh install.sh
Cloning Oh My Zsh...
remote: Enumerating objects: 1462, done.