Featured image of post 新电脑快速配置-scoop

新电脑快速配置-scoop

windows (注意要最好打开clash的TUN模式)

  1. 必备开发工具安装:

    Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
    
    irm get.scoop.sh | iex
    
    scoop install git uv just nvm
    

    安装wsl,执行命令,然后重启电脑,使用管理员打开powershell,输入wsl —- 官方教程

    wsl --install
    

    进入wsl后必须安装

    sudo apt update
    sudo apt install git just -y
    curl -LsSf https://astral.sh/uv/install.sh | sh
    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
    
  2. 必安装软件

  3. 额外插件安装

最后修改于 Feb 11, 2026 14:29 +0800
使用 Hugo 构建
主题 StackJimmy 设计