Skip to content

开发环境配置备忘录

参考资料

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

代理

  • clash-verge
  • 方便

同步账号

  • 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++

  • GNU
  • CMake
  • Valgrind
  • LLVM

Python

  • Python
  • conda

JavaScript

  • Node.js
  • yarn
  • bun

浏览器

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

VSCode

  • 同步配置

Trae

JetBrains

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

Visual Studio

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
# 缓存凭据