sudo spctl --master-disable
Homebrew 是 macOS 上的一个包管理器,使用 Homebrew 安装 Apple 没有预装但 你需要的东西。
安装 Homebrew 只需要一行命令:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
使用 Homebrew 安装一个 wget 吧:
brew install wget
如果你觉得使用brew安装和更新软件的时候非常慢,可以使用其他的镜像,如清华大学:
使用下面的命令可以加速 brew update
:
git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
brew update
设置下面的环境变量可以加速 brew install
:
export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles
export HOMEBREW_NO_AUTO_UPDATE=true
当你需要更新的时候,可以使用下面的命令完成:
brew update && brew upgrade && brew cleanup
完整命令如下:
-
Start a Zsh shell:
zsh
-
Clone the repository:
git clone --recursive https://github.com/zimfw/zimfw.git ${ZDOTDIR:-${HOME}}/.zim
-
Paste this into your terminal to prepend the initialization templates to your configs:
for template_file in ${ZDOTDIR:-${HOME}}/.zim/templates/*; do user_file="${ZDOTDIR:-${HOME}}/.${template_file:t}" cat ${template_file} ${user_file}(.N) > ${user_file}.tmp && mv ${user_file}{.tmp,} done
-
Set Zsh as the default shell:
chsh -s =zsh
-
Open a new terminal and finish optimization (this is only needed once, hereafter it will happen upon desktop/tty login):
source ${ZDOTDIR:-${HOME}}/.zlogin
git 是代码管理工具。
生成一个 SSH key:
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
设置 Git 的用户名、邮箱:
git config --global user.name "your_name"
git config --global user.email "your_email@example.com"
使用 homebrew-cask 可以轻松安装各种 macOS 软件,下面的命令可以安装一些必备软件:
brew cask install iTerm2
brew cask install CotEditor Visual-Studio-Code
brew cask install Google-Chrome
brew cask install WeChat QQ IINA
brew install htop nload wget aria2 xz
V2RayX 是一个 macOS 开源的你懂得的软件
brew cask install v2rayx
V2RayU 是一个 macOS 开源的你懂得的软件
brew cask install v2rayu
Tencent Lemon 是一个腾讯出品的 macOS 垃圾清理工具
brew cask install tencent-lemon
HandShaker 是一个锤子科技出品的 macOS 安卓手机管理工具
brew cask install handshaker
MacGesture 2 是一个 macOS 开源高度可配置的全局鼠标手势软件
brew cask install macgesture
Telegram 是一个国际流行的聊天软件
brew cask install telegram-desktop
brew cask install neteasemusic
Mob 是一个 macOS 开源的喜马拉雅客户端
brew cask install mob