admin 管理员组文章数量: 887019
一、微软商店安装windows terminal
二、下载powershell 7并安装
Release v7.2.5 Release of PowerShell · PowerShell/PowerShell · GitHub
如PowerShell-7.2.5-win-x64.msi
三、在windows terminal中添加powershell 7
在windows terminal设置中打开json文件
添加下方代码
{
"guid": "{be8c6241-aafb-437f-8d7c-a7142adf7f54}",
"name": "PowerShell Core",
"commandline": "D:\\Program Files\\PowerShell\\7\\pwsh.exe",
"icon": "D:\\Program Files\\PowerShell\\7\\assets\\ps_black_32x32.ico",
"hidden": false
},
设置powershell core为默认
四、安装oh-my-posh
winget install oh-my-posh
如果无法正常使用oh-my-posh命令,则需要添加oh-my-posh的bin目录到系统环境变量path
四、修改配置文件和美化
Windows Terminal 完美配置 PowerShell 7.1 - 知乎
https://blog.csdn/skoyine/article/details/124961348
【powershell】oh-my-posh安装和配置避坑指南 - 王大桃zzZ - 博客园
五、更换背景图片
Windows Terminal Preview设置背景图片 - 知乎
windows terminal换背景图片 - 希望什么时候会有呢 - 博客园
Windows Terminal 完美配置 PowerShell 7 - 腾讯云开发者社区-腾讯云
六、取消powershell 7欢迎语
【解决】隐藏 PowerShell 欢迎页/开头标语/欢迎信息_miozus的博客-CSDN博客
七、效果如下:
本文标签: Windows terminal Powershell
版权声明:本文标题:windows terminal配置powershell 7和美化 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1726530708h979486.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论