iterm2文件上传下载

安装iterm2

https://iterm2.com/downloads.html

安装homebrew

https://docs.brew.sh/Installation

1、官网安装,很慢
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

2、国内镜像
安装
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

卸载
/bin/zsh -

你可能感兴趣的:(工具的安装及环境配置,windows,terminal)