ホーム » コンピュータ » Linux » wsl2 の設定

システム

最近の投稿

アーカイブ

カテゴリー

wsl2 の設定

WSL2 の設定

((( /etc/fstab )))
LABEL=cloudimg-rootfs   /      ext4  defaults   0 0
Z:                      /mnt/z drvfs defaults   0 0

Microsoft Terminal の設定

((( settingsjson )))
{
    :
    "defaultProfile": "デフォルトで起動するコマンドのguid",
    :
    "profiles":
    {
        "defaults":
        {
            // Put settings here that you want to apply to all profiles.
            // ターミナルのフォント
            "fontFace": "Cascadia Code",
            // ターミナルの色構成のデフォルト
            "colorScheme": "Solarized Light",
            // ターミナルのカーソル形状のデフォルト
            "cursorShape": "filledBox"
        },
        "list":
        [
            :
            {
                "guid": "{...}",
                "hidden": false,
                "name": "Ubuntu-20.04",
                "source": "Windows.Terminal.Wsl",
                // ログインした時のホームディレクトリ指定
                "startingDirectory": "//wsl$/Ubuntu-20.04/home/t-saitoh"
            }
        ]
    },
    :
}

Google 検索

My Google   Yahoo

Microsoft

ファンサイト