Scoop也可以添加bucket以便于安装更多的软件 例如通过scoop安装posh-git就需要添加bucket 执行如下命令行即可安装posh-git并添加到配置文件 scoop bucket add extrasscoop install posh-gitAdd-PoshGitToProfile 列出已添加存储库 scoop bucket list 已知存储库 scoop bucket known 添加存储库 scoop bucket add${bucket} ...
win11自带windows terminal,但是我用的是win10,需要安装powershell,windows terminal(后者建议微软商店),然后通过scoop 安装poshgit,ohmyposh,zlocation,psreadline,gsudo。 然后安装vscode(方便修改配置文件) 然后去下载jb家的nerd字体 CODE$PROFILE #在powershell打开 Import-ModulePSReadLine # 设置预测文本来源为历史记...
3 安装常用软件 # main bucketsscoopinstall7zipscoopinstallgitscoopinstallaria2scoopinstallconcfgscoopinstallpsreadlinescoopinstallposh-gitscoopinstalloh-my-poshscoopinstallffmpeg# extra bucketsscoopinstalleverythingscoopinstalltrafficmonitorscoopinstallvscodescoopinstallwindows-terminalscoopinstallforkscoopinstallsnipastes...
直接用scoop进行安装即可:scoop install windows-terminal,但是注意一点:这个终端需要你的windows系统最少为Windows 10 18362 2.2 美化命令行(主题) 不知道有多少人是喜欢linux的oh my zsh这个主题的,我反正是大爱,因此一直在windows上找它的替代品,没想到还真被我找到了——oh-my-posh主题框架。 scoop进行安装:sco...
scoop install git openssh 安装Aria2 接着我们需要安装 Aria2 让 Scoop 以多线程下载 你也可以通过一个简单的指令下载 代码语言:javascript 复制 scoop install aria2 安装完成后需要配置一下 Aria2 的参数 代码语言:javascript 复制 # 启用 Aria2 scoop config aria2-enabledtrue# 设置单任务最大线程为16scoop...
posh-git.json postman.json ppsspp.json processhacker.json protobuf.json proxifier-portable.json psiphon3.json putty.json pwsafe.json pycharm.json pypy2.json qbittorrent.json qnapi.json quicklook.json quiterss.json qutebrowser.json rabbitmq.json rabbitmqadmin.json ragel....
scoop install Wenquanyi-Microhei# 安装文泉驿微米黑 scoop install Wenquanyi-Zenhei# 安装文泉驿正黑 参考资料 https://blog.thecjw.me/?p=1160 https://github.com/ryanoasis/nerd-fonts 内置Powershell 先说结论:内置的 PowerShell 是垃圾 不推荐使用 oh-my-posh ,启动速度太慢了,本身 PowerShell 的启动...
执行scoop help会列出常用命令。包括search、install、update、uninstall等。 比如我们要安装Git 代码语言:javascript 复制 scoop search git scoop install git 就是这么简单,并且它还会帮我们把环境变量也配置了。 再比如我想安装 Chrome 浏览器 好了,Scoop就介绍到这里,更多用法 参考GitHub进行查看...
"description": "Download, update & install Minecraft: Bedrock Edition without the Microsoft Store", "homepage": "https://github.com/Aetopia/BedrockUpdater", "license": "GPL-3.0-only", "architecture": { "64bit": { "url": "https://mirror.ghproxy.com/https://github.com/Aetopia/Bedrock...
scoop install abgo_bucket/<app_name> 使用外部方式下载(更新)应用: 当使用命令行下载速度慢,并且有更好的方式可以通过安装包链接下载时,它是一个很好的选择。 <your_scoop_path>\bucket\abgo_bucket\bin\download.ps1 [bucket/]<app_name> 列出abgo_bucket中所有可安装的应用: ...