macos-bigsur

软件

效率

网络

开发

环境

Homebrew

mac软件管理工具,网站

安装

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Homebrew加速

因国内网络问题,更换Homebrew镜像,使用清华大学镜像地址。

使用这个方式,一件安装:https://zhuanlan.zhihu.com/p/111014448

在命令行Terminal中执行以下命令以进行修改:

# 修改homebrew
git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git

# 修改homebrew/core
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git

# 修改homebrew/cask
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git

brew update

# 修改bottles,添加以下环节变量(添加到你正在使用的shell配置文件中)。
export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles

zsh和oh-my-zsh

安装步骤在这

常用命令别名

# 将别名追加到zshrc配置文件中
curl "https://gist.githubusercontent.com/woolson/d66ea627024ff3ebfd3ed06e676650d6/raw/44b6c4dc767e402205fc3a2c34ecf35da65e0252/.zshrc" >> ~/.zshrc

spaceship-prompt

好看、实用、方便的命令行美化插件,网站

nvm

Nodejs版本管理工具,方便切换版本(如果觉得自己不经常切换版本则可不安装)网站

安装

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash

其他

electron加速配置

shell配置文件添加以下配置:

export ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/

字体

Firacode

超好用好看的开发字体,官网,下载后右击字体册打开然后安装即可。