https://github.com/yanglr/WindowsDevTools/tree/master/awosomeTerminal/fonts-Ubuntu 安装字体时,选择对应的哪一个ttf后缀的安装即可,然后手动安装字体"Fira code" 或 "DejaVu Sans Mono for Powerline" 然后在命令行应用之,具体操作是在`profiles.json`中把字体设置成它,即可生效。 640?wx_fmt=png 640? 安装...
此时Windows terminal中的效果如下: 我直接就使用这个默认主题了。 那么,如果要在命令提示符中插入emoji表情,怎么弄呢?就在下图相应的地方(对应文件.bashrc)加~ 此时的 terminal 为: 更有意思的玩法可以参考:https://loige.co/random-emoji-in-your-prompt-how-and-why/ zsh主题定制 此外,如果想更深入地定制zsh...
打开毛玻璃效果 官方文档:https://learn.microsoft.com/zh-cn/windows/terminal/custom-terminal-gallery/frosted-glass-theme 标签页毛玻璃 设置--> 外观 --> 开启 Use acrylic material in the tab row (requires relaunch) 如果没有左下角打开JSON配置文件 在最外层{}内加一行 {..."useAcrylicInTabRow":tr...
Windows 終端機 Windows 封裝管理員 Microsoft PowerToys Windows 效能改善 適用於 Linux 的 Windows 子系統 連線 凱拉·辛納蒙 |Twitter: @cinnamon_msft Demitrius Nelon |推特: @DenelonMs Clint Rutkas |Twitter: @ClintRutkas Avri Parker |推特: @AvriNichole 克雷格·洛文 |推特: @craigaloewen ...
之前,本人写了一篇文章黑科技抢先尝 - Windows全新终端初体验(附无需编译就能安装的Preview版本及代码Build全过程,介绍了玩转Windows terminal的两种方式。 今天这篇文章,主要介绍如何美化 Windows terminal 中 WSL 的 Linux 终端,依然是以本人最熟悉的Ubuntu为例,其他版本的 Linux 请参考本文的流程换用对应的命令。假...
配置windows terminal 安装Powerline Fonts 许多主题都需要安装Powerline Fonts字体,以正确渲染字体。安装方法如下: # 拉取 git clone https://github.com/powerline/fonts.git --depth=1 # 安装 cd fonts ./install.sh # 清理 cd .. rm -rf fonts ...
https://github.com/yanglr/WindowsDevTools/tree/master/awosomeTerminal/fonts-Ubuntu 安装字体时,选择对应的哪一个ttf后缀的安装即可,然后手动安装字体"Fira code" 或 "DejaVu Sans Mono for Powerline" 然后在命令行应用之,具体操作是在`profiles.json`中把字体设置成它,即可生效。
二、安装 WSL2 和 Windows Terminal 参考微软官方文档Windows Subsystem for Linux Installation Guide for Windows 10 很详细,不用再看其他文章了。 三、oh-my-zsh 进入wsl,安装zsh: sudo apt update sudo apt install zsh -y 安装oh-my-zsh:sh -c "$(curl -fsSL https://raw.githubusercontent.com/robby...
安装zsh、oh-my-zsh来美化bash sudo apt install zsh sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 下载node、n、git、yarn、nrm、yrm 略 配置windows terminal 打开windows terminal设置 设置defaultProfile即默认打开的terminal ...
之前,本人写了两篇文章黑科技抢先尝 | Windows全新终端初体验(附代码Build全过程)和程会玩 | 无需自行编译也能玩转 Windows Terminal,介绍了玩转Windows terminal的两种方式。 今天这篇文章,主要介绍如何美化 Windows terminal 中 WSL 的 Linux 终端,依然是以本人最熟悉的Ubuntu为例,其他版本的 Linux 请参考本文的...