Skip to content

Suvern/personal-use-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

个人开发环境配置脚本

一些个人使用的开发环境配置脚本,主要用于快速搭建和配置开发环境

init_env_windows11.ps1

Windows 11 开发环境一键配置脚本

⚠️ 重要:请以管理员身份运行 PowerShell

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

init_env_ubuntu24.sh

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

About

一些自用脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published