Skip to content

开发环境配置备忘录

参考资料

  • 伟大的开源精神 - 无需多言 - 5+

代理

  • 方便

同步账号

  • Microsoft
  • GitHub
  • Google
  • EMail
  • 手机号

常用软件

  • Everything
  • Geek / App Cleaner
  • uTools
    • 截图
    • PDF转换
    • 文件搜索
    • 剪贴板
    • OCR
    • ctool
    • 翻译
  • Office
  • WinRAR
  • IDM
  • BitComet
  • LocalSend
  • Footbar+VLC
  • OBS
  • Hyper-V
  • 隐藏任务栏
  • 设备驱动与系统环境

基本开发工具

C/C++

  • GNU
  • CMake
  • Valgrind
  • LLVM

Python

  • Python
  • conda

浏览器

  • Edge
  • 同步后配置插件
  • 油猴脚本
    • Codeforces Better
    • GitHub 汉化

VSCode

  • 同步配置

JetBrains

  • 同步配置
  • 登录教育免费

Visual Studio

AI 工具

  • API
  • 豆包插件
  • Cherry Studio
  • Roo code

Git

  • 设置 config
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
# 缓存凭据