windows terminal美化之显示icon

windows terminal美化之显示icon

step1:安装Terminal-Icons

github地址:https://github.com/devblackops/Terminal-Icons

安装命令

PS> Install-Module -Name Terminal-Icons -Repository PSGallery

加入powershell自定义配置里面,实现启动terminal自动加载

notepad $profile

写入下面的内容

Import-Module -Name Terminal-Icons

step2:安装nerd font系列字体之一

下载地址:https://www.nerdfonts.com/font-downloads
我这里安装了:LiterationMono Nerd Font
选择该字体,下载解压,全选右击安装即可。

step3: 配置windows terminal字体选项

    {
        "backgroundImage": "C:\\Users\\xxx\\Pictures\\Saved Pictures\\terminal.jpg",
        "colorScheme": "One Half Dark",
        "fontFace": "LiterationMono Nerd Font",
        "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
        "hidden": false,
        "name": "PowerShell",
        "source": "Windows.Terminal.PowershellCore",
        "startingDirectory": "D:/GoCode"
    },

step4:配置vscode字体选项

添加字体选项在json文件中

"terminal.integrated.fontFamily": "LiterationMono Nerd Font",

最后显示效果:
在这里插入图片描述

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值