每次换电脑就需要装一些软件工具等等,这里记录下安装的一些工具,便于以后快速换机
下面全部是 mac
上的工具
开发软件
- 浏览器:chrome
- 翻墙工具:clash_for_windows_pkg
- webstorm
- postman
- vscode
命令行工具
-
安装
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/> install.sh)"
node
brew install node
git
brew install git
wget
brew install wget
oh-my-zsh
下面是我的插件列表
plugins=(git zsh-syntax-highlighting autojump zsh-autosuggestions)
有高亮、快速跳转、历史记录这些
沟通工具
- 本文链接:https://harry-qi.github.io/2021/11/18/%E5%BC%80%E5%8F%91%E8%A3%85%E6%9C%BA%E7%9A%84%E4%B8%80%E4%BA%9B%E5%BF%85%E8%A6%81%E5%B7%A5%E5%85%B7/
- 版权声明:本博客所有文章除特别声明外,均默认采用 许可协议。