mac装机必备
软件工具
安装
hombrew
包管理器 https://brew.sh/安装
iterm2
工具 https://iterm2.com/安装
oh-my-zsh
插件 https://ohmyz.sh/安装
git
命令行工具brew install git
https://git-scm.com/安装
git-cz
插件 https://github.com/commitizen/cz-cli1
2
3npm install -g commitizen
npm install -g cz-conventional-changelog
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc安装
jdgui
工具 https://java-decompiler.github.io/安装
jadx
工具 https://github.com/skylot/jadx安装
apktool
反编译以及重打包 工具 https://apktool.org/安装
ghidra
反编译工具(c/c++反编译) https://github.com/NationalSecurityAgency/ghidra安装
colc
代码统计工具 https://github.com/AlDanial/cloc?tab=readme-ov-file#install-via-package-manager安装
node
环境--global
全局安装 https://nodejs.org/en安装
typora
以及PicList
图床软件, 设置github
图床 https://piclist.cn/安装
hexo
工具 https://hexo.io/zh-cn/安装
postman
网络请求工具 https://www.postman.com/安装
alfred
工具 https://www.alfredapp.com/安装
youdao
有道翻译工作流插件 https://github.com/wensonsmith/YoudaoTranslator安装
sublime
https://www.sublimetext.com/安装
submlime HTML-CSS-JS Prettify
插件,步骤:Tools
->Command Palette
->Package Control:Install Package
安装
submlime shellcheck
插件,步骤:Tools
->Command Palette
->Package Control:Install Package
安装
vscode
开发工具 https://code.visualstudio.com/安装
idea
开发工具 https://www.jetbrains.com/zh-cn/idea/安装
Clion
开发工具 https://www.jetbrains.com.cn/clion/安装
charles
抓包工具 https://www.charlesproxy.com/安装
android studio
开发工具 https://developer.android.com/studio
环境配置
- 配置
ssh
环境、github ssh
环境 - 配置
.zshrc
配置文件以及PATH
环境变量
1 | export ANDROID_HOME=/Users/$USER/Library/Android/sdk |
添加当前目录到 PATH 中,可以避免每次执行文件时添加
./
前缀:export PATH=${PATH}:.
解决
git
中文路径显示unicode
代码问题git config --global core.quotepath false
操作:在当前的目录中打开
iterm2
命令行工具 : https://support.apple.com/zh-cn/guide/terminal/trmlb20c7888/mac