修改Windows 终端设置(默认快捷方式:CTRL + SHIFT + ,),在settings.json文件defaults属性下添加font.face属性 {"profiles":{"defaults":{"font":{"face":"MesloLGM Nerd Font"}}} 右击终端标题栏选择设置菜单,找到外观字体设置 下载oh-my-poshwinget install JanDeDobbeleer.OhMyPosh 将PowerShell 执行策略设...
7. 然后重新打开 Ubuntu 20.04 LTS 就会进入 Ubuntu 20.04 LTS了,我们也可以在 powershell 使用 wsl 这个命令进入 Ubuntu 20.04 LTS。2.2 WSL 配置WSL 每次启动后,windows 都会给它分配一个随机的 IP 地址,这样是不利于我们访问 docker 里的服务的,为了解决这个问题,我们可以创建一个脚本文件 wsl2-ip.bat来给 ...
("nerd-fonts https://gitee.com/scoop-bucket/nerd-fonts", "extras https://gitee.com/scoop-bucket/extras.git") } else { $scoopBuckets = @("nerd-fonts", "extras") } ForEach ( $bucket in $scoopBuckets ) { scoop bucket add $bucket } if ([string]::IsNullOrEmpty($env:OXIDIZER)) { ...
sudo fc-cache -fv ## Add nerd-fonts for Noto, JetbrainsMono, and SourceCodePro font families. This will just install everything together, but I give no fucks at this point, just want things a little easier to set up. # TODO: Figure out a way to selectively install fonts, I only ...