开发环境配置备忘录
参考资料
代理
同步账号
- Microsoft
- GitHub
- Google
- EMail
- 手机号
常用软件
- Everything
- Geek / App Cleaner
- uTools
- 截图
- PDF转换
- 文件搜索
- 剪贴板
- OCR
- ctool
- 翻译
- Office
- WinRAR
- FDM
- BitComet
- LocalSend
- Footbar+VLC
- OBS
- Hyper-V
- 隐藏任务栏
- 设备驱动与系统环境
- koodo reader
- 腾讯会议 - 微信 - WPS - 百度网盘 - QQ - 网易云音乐 - QQ 音乐 - 飞书 - todesk
- ollama
Adobe 软件
- GenP
- Photoshop -> GIMP
- Premiere -> DaVinci Resolve
- Acrobat Reader
Blender
基本开发环境
C/C++
Python
JavaScript
浏览器
- Edge
- 同步后配置插件
- 油猴脚本
- Codeforces Better
- GitHub 汉化
VSCode
Trae
JetBrains
Visual Studio
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
# 缓存凭据