一些个人使用的开发环境配置脚本,主要用于快速搭建和配置开发环境
Windows 11 开发环境一键配置脚本
Set-ExecutionPolicy Bypass -Scope Process; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Suvern/personal-use-scripts/refs/heads/main/init_env_windows11.ps1'))脚本执行内容:
- 阶段 0:PowerShell 7、Chocolatey、基础工具
- 阶段 1:Git、VSCode、7-Zip、Chrome、PowerToys、TranslucentTB
- 阶段 2:Python 3、Go、Rust、Volta、Node.js、pnpm
Ubuntu 24.04 LTS 开发环境一键配置脚本
curl -fsSL https://raw.githubusercontent.com/Suvern/personal-use-scripts/refs/heads/main/init_env_ubuntu24.sh | bash脚本执行内容:
- Shell 环境:Zsh + Oh My Zsh + agnoster 主题 + 插件
- 开发工具:Git、Node.js(NVM)、pnpm、Python3、Go
- SSH 密钥:自动生成 4096 位 RSA 密钥对
- 字体安装:Powerline 字体和 JetBrains Mono