开发环境配置备忘录
参考资料
代理
同步账号
- Microsoft
- GitHub
- Google
- EMail
- 手机号
常用软件
- Everything
- Ditto
- Geek
- PowerToys
- Office / WPS
- Nanzip
- FDM
- LocalSend
- OBS
- Hyper-V
- 隐藏任务栏
- koodo reader
- RustDesk
- ollama
- sunshine
- DiskGenius
- Windows11 轻松设置
- 图吧工具箱
MAC
- glance
- qlvideo
- suspicious-package
- Keka
- Bob
- pearcleaner
办公软件
文献
基本开发环境
浏览器
- Edge / Chrome
- 油猴脚本
- 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
# 缓存凭据