gpt4 book ai didi

windows-subsystem-for-linux - 如何在 Windows 终端中将 Ubuntu 添加为配置文件选项?

转载 作者:行者123 更新时间:2023-12-03 15:53:17 25 4
gpt4 key购买 nike

我刚刚从 Windows 商店安装了新的 Windows 终端。我还安装了 Ubuntu 18.04 WSL。但是我在 Windows 终端中只得到两种类型的终端选项。我如何在其中获得 Ubuntu 终端的选项。此外,我希望 cmd 成为我的默认终端,而不是 PowerShell。

最佳答案

您需要更改设置
点击上图右上角的“设置”,文件profile.json文件将被打开。然后里面的字"profiles"profile.json文件,添加以下代码段。

        {
"guid": "{78e390db-1bff-4533-9d7c-20f53d8bafa1}",
"name": "WSL",
"colorscheme": "Campbell",
"historySize": 9001,
"snapOnInput": true,
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"commandline": "wsl ~",
"fontFace": "Consolas",
"fontSize": 12,
"acrylicOpacity": 0.75,
"useAcrylic": true,
"closeOnExit": false,
"padding": "0, 0, 0, 0"
}
近字 "schemes"profile.json文件,您需要更新以下内容:
"schemes": [
{
"name": "Campbell",
"foreground": "#A7B191",
"background": "#0C0C0C",
"colors": [
"#0C0C0C",
"#C50F1F",
"#13A10E",
"#C19C00",
"#0037DA",
"#881798",
"#3A96DD",
"#CCCCCC",
"#767676",
"#E74856",
"#16C60C",
"#F9F1A5",
"#3B78FF",
"#B4009E",
"#61D6D6",
"#F2F2F2"
]
}
完整的设置文件(profile.json)可以获取 here .
实际上,这里的 WSL 是 Ubuntu。

此外,您可以为不同类型的选项卡添加图标。
您可以将 Ubuntu 配置文件的图标添加到此文件夹:
$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bb\RoamingState 
我在这个文件夹中放了一些 32x32 PNG,然后在 profile.json我可以引用以 ms-appdata:// 开头的路径的图像资源.
该图标可在此处获得:
Icons
然后替换新 profile-withIcons.json的内容下面的文件与以前的设置。
profile-withIcons.json
整理完文件夹的内容是这样的:
Dir
最终结果是:
Icons

关于windows-subsystem-for-linux - 如何在 Windows 终端中将 Ubuntu 添加为配置文件选项?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56846399/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com