配置clash 网络代理配置 设置->网络->网络代理 http 127.0.0.1 7890 https 127.0.0.1 7890 socket 127.0.0.1 7891 开机自启 创...
安装oh-my-posh 1winget install JanDeDobbeleer.OhMyPosh -s winget 配置 1code $PROFILE 按需求配置 PROFILE 123456789101112...
安装vscode插件 c/c++ cmake cmake-tool 安装程序 1sudo apt install cmake clang gdb 配置vscode c_cpp_properties.json 菜单栏【...