开发环境配置备忘录
参考资料
代理
同步账号
- Microsoft
- GitHub
- Google
- EMail
- 手机号
常用软件
- Everything
- Geek / App Cleaner
- uTools
- 截图
- PDF转换
- 文件搜索
- 剪贴板
- OCR
- ctool
- 翻译
- Office
- WinRAR
- IDM
- BitComet
- LocalSend
- Footbar+VLC
- OBS
- Hyper-V
- 隐藏任务栏
- 设备驱动与系统环境
基本开发工具
C/C++
Python
浏览器
- Edge
- 同步后配置插件
- 油猴脚本
- Codeforces Better
- GitHub 汉化
VSCode
JetBrains
Visual Studio
AI 工具
- API
- 豆包插件
- Cherry Studio
- Roo code
Git
git --version # 看一眼
git config --global user.name "Your Name Here"
git config --global user.email "your_email@youremail.com"
# 设置 name&email
git config --global credential.helper osxkeychain
# 缓存凭据