My scoop bucket

scoop-bucket Scoop ouyangwanxi Bucket scoop bucket add ouyangwanxi 'https://github.com/ouyangwanxi/my-bucket.git' App Manifests Name Manifest Description License Portable Chromium chromium-portable Portable Chromium(Browser aiming for safer, faster, and more stable way for all users to experience the web.) BSD-3-Clause YES Google Chrome googlechrome-portable Portable Chrome(Fast, secure, and free web browser, built for the modern web.) Freeware YES Firefox firefox-portable Portable Firefox , Can freely modify the language(Popular open source web browser.) MPL-2.0 YES Firefox ESR firefox-esr-portable Portable Firefox ESR , Can freely modify the language , One of my favorite browser(Extended Support Release of Firefox: the popular open source web browser....

1 分钟 · Mr. E.

Scoop

网站 Scoop 安装 安装前的准备 Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh') 或者 iwr -useb get.scoop.sh | iex 等到脚本执行完成Scoop就安装成功了, 使用scoop help就可以查看scoop的常用命令, 当然, 是英文版的. 更改安装路径(可选) 如果不想在默认路径安装scoop的话 $env:SCOOP='D:\Scoop' [Environment]::SetEnvironmentVariable('SCOOP', $env:SCOOP, 'User') 对于全局程序则有(需管理员权限) $env:SCOOP_GLOBAL='D:\GlobalScoopApps' [Environment]::SetEnvironmentVariable('SCOOP_GLOBAL', $env:SCOOP_GLOBAL, 'Machine') 安装报错 如果打开新的poewrshell窗口显示此系统上禁止运行脚本, 需要允许脚本执行. set-executionpolicy remotesigned -scope currentuser 设置代理 因GitHub被墙所以需设置代理才能正常使用 scoop config proxy 127.0.0.1:1080 常用命令 Name Manifest Description alias Manage scoop aliases update Update apps, or Scoop itself virustotal Look for app’s hash on virustotal.com which Locate a shim/executable (similar to ‘which’ on Linux) alias 1 1 1 1 1 1...

1 分钟 · Mr. E.