使用管理员身份打开Windows PwerShell,依次执行以下命令,安装oh-my-posh和posh-git。 # 1. 绕过power shell执行策略,使其可以执行脚本文件 Set-ExecutionPolicy Bypass # 2. oh-my-posh提供主题 Install-Module oh-my-posh -Scope CurrentUser # 3. posh-git将git信息添加到提示中 Install-Module posh-git -Sco...
下面的操作都是在powershell下面进行。 1.安装oh-my-posh和posh-git 类似于oh-my-zsh,oh-my-posh 为 PowerShell 提供了很多自定义主题和配色,而 posh-git 为 PowerShell 提供了 git 状态显示和命令补全等。 Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUser 1. 2...
2、解压包oh-my-posh包,新建oh-my-posh文件夹,打开,再新建<版本号>文件夹,把解压出来的文件移进去; posh-git也是这么做 解压>新建对应的文件夹>放进去 接着,把两个文件夹移动到C:\Users\用户名\Documents\WindowsPowershell\modules文件夹下(如果没有WindowsPowershell文件夹和modules文件夹,就新建一个吧); ...
https://github.com/JanDeDobbeleer/oh-my-posh.git 主题风格查看 Themes | Oh My Posh 配置使用主题 Customize | Oh My Posh 1、配置应用主题 oh-my-poshinit pwsh--config'C:/Users/Posh/jandedobbeleer.omp.json'|Invoke-Expression [!IMPORTANT] ...
现在,每个新的PowerShell实例都将通过导入Oh My Posh并设置命令行主题启动。 1.3.1.5 安装 posh-git posh-git 是一个 PowerShell 模块,它通过提供可在 PowerShell 提示符中显示的 Git 状态摘要信息来集成 Git 和 PowerShell,Posh-Git提供了 Git 状态信息的提示,并为 Git 命令、参数、远程和分支名称等添加 tab...
('SCOOP_GLOBAL',$env:SCOOP_GLOBAL,'Machine')Write-Host"全局应用程序已安装到自定义目录: $env:SCOOP_GLOBAL"-ForegroundColorGreen}else{Write-Host"已存在全局应用程序安装目录: C:\scoop_apps"-ForegroundColorGray}# Maininstall_appcurlinstall_appgitinstall_appdarkinstall_app7zipinstall_appsudoinstall...
Get-PoshThemes 现在转到starship以提升启动速度, posh-git + oh-my-posh 和 starship 二选一即可 scoop install starship 其他 gsudoModule: 使用scoop安装gsudo附带模块 scoop-search:提升scoop 搜索速度 scoop install scoop-search PSFzf: Fzf 模糊搜索 Install-Module -Name PSFzf 需安装Fzf scoop install fzf ...
安装 posh-git 包,让你的 git 更好用 Install-Module posh-git -Scope CurrentUser # 3. 安装 oh-my-posh 包,让你的命令行更酷炫、优雅 winget install JanDeDobbeleer.OhMyPosh -s winget # 不要使用Install-Module oh-my-posh -Scope CurrentUser!!! 其中winget install JanDeDobbeleer.OhMyPosh -s...
使用管理员模式打开 Windows Terminal (PowerShell),安装posh-git和oh-my-posh这两个模块。 Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUser Install-Module -AllowClobber Get-ChildItemColor 配置主题配置文件
Windows Terminal美化(oh-my-posh3) 最后失败了 好吧,最后vscode也没搞上,直接点开始菜单的出来了,但是要3秒多,太慢了。我还是默认的吧。88 Import-Module posh-git 最后就留下了 Powershell7 和这个 posh-git 最后方案改成了 直接改 Powershell7 风格 ...