# scripts **Repository Path**: elliotxx/scripts ## Basic Information - **Project Name**: scripts - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-10 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scripts 各种脚本 ## windows 初始化 ### 安装 scoop > scoop 是 windows 下的包管理工具,国内安装源为 [https://gitee.com/scoop-installer/scoop](https://gitee.com/scoop-installer/scoop) 打开 powershell,注意**不要**以管理员模式运行,然后运行下面的命令: ```bash Set-ExecutionPolicy RemoteSigned -scope CurrentUser -Force iwr -useb scoop.201704.xyz | iex scoop config SCOOP_REPO "https://gitee.com/scoop-installer/scoop" scoop bucket rm main scoop bucket add main https://gitee.com/scoop-bucket/main.git ``` ## windows 安装清单 ```bash scoop bucket add extras scoop bucket add nerd-fonts scoop install firacode scoop install bat curl docker fzf git-aliases grep jq lazygit less neovim python touch vim wezterm which winget openssh pwsh ```