安装powerlevel10k 主题 在安装powerlevel10k主题前需要安装需要推荐的字体, 字体安装完成后分别在Windows Terminal与Git Bash配置字体。 在Windows Terminal中打开settings.json,在profiles → defaults设置"fontFace": "MesloLGS NF"。 在Git Bash右键选项(Options),点击文本(Text)配置字体。 配置好字体后,在终端输入...
ZSH!在 Windows 上使用 WSL+ZSH 1.安装WSL 关于如何安装 WSL这里就不介绍了,大家可以去找找相关的教程,很多。最直接的就是去微软官方:learn.microsoft.com/en- 最简单的方法是从Microsoft Store 安装 Ubuntu 2.ubuntu 在开始菜单中搜索Ubuntu图标并打开终端(也可以使用Windows终端) 使用此命令更新包源列表并更新当...
安装WSL2和ubuntu虚拟机可以参考微软官方文档:在 Windows 10 上安装 WSL | Microsoft Docs,安装后先启动一下第一次会比较慢并且需要配置用户名和密码。 然后在微软自带的应用商店中找到WindowsTerminal并安装 在windowsTerminal中可以设置默认配置文件这样打开windowsTermin就是我们的子虚拟机了 在ubuntu中安装zsh 首先需要...
打开windows Terminal 终端 进行设置 Ubuntu 20.04 安装oh-my-zsh 安装Zsh、curl、wget、git、vim sudo apt install zsh curl wget git vim -y 安装oh my zsh 通过在github上的脚本安装 sh -c "$(curl -fsSL [<https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh>](<https://raw....
windows terminal + zsh下,如果访问windows的目录,因为权限是777,所以ls的时候,会出现绿底蓝字的情况,特别的辣眼睛,搜了无数博客终于解决,记录下来造福大家。 初始情况: 调整后: 调整方法如下: 1. cd ~2. dircolors -p >.dircolors3. vim .dircolors ...
Once installed, your terminal shell will become the talk of the townor your money back!With each keystroke in your command prompt, you'll take advantage of the hundreds of powerful plugins and beautiful themes. Strangers will come up to you in cafés and ask you,"that is amazing! are you...
Open up a new terminal window and your prompt should look something like this: In case you did not find a suitable theme for your needs, please have a look at the wiki formore of them. If you're feeling feisty, you can let the computer select one randomly for you each time you open...
二、安装 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...
安装WSL 如果你没有使用过 WSL ,那么可以按照微软官方教程来操作。 以管理员身份运行 PowerShell (WIN+X , A),输入下面的命令,并重启。 Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 然后去应用商店下载自己喜欢的 Linux 发行版。
When I was testing this on WSL, I was seeing broken characters in my terminal, as soon as I installed Oh My Zsh. To remedy this, I had to install thePowerline fontsand tell my terminal to use them: git clone https://github.com/powerline/fonts.git ...