配置 PowerShell 主题
安装配置 Scoop
Scoop 第三方 Windows 包管理工具。
1 | set-executionpolicy remotesigned -scope currentuser |
命令
命令 | 动作 |
---|---|
search | 搜索软件名 |
install | 安装软件 |
update | 更新软件 |
status | 查看软件状态 |
uninstall | 卸载软件 |
info | 查看软件详情 |
home | 打开软件主页 |
安装 oh-my-posh
1 | Install-Module posh-git -Scope CurrentUser |
PowerShell 配置文件
1 | # 新建 PowerShell 配置文件 |
- 我的配置文件
1 | Import-Module Get-ChildItemColor |
更换主题
1 | Set-Theme <主题名> |
主题
安装 colortool 配色管理
1 | scoop install colortool |
基本命令
1 | # 查看主题配色 |