LoginSignup
0
1

More than 1 year has passed since last update.

Windows TerminalのLinux設定

Last updated at Posted at 2021-07-24

WSL2のWindows Terminalにおける、Linuxの設定

デフォルトではLinuxは入っていないので、新規セットアップするたびにあちこちググって設定項目を見つけて設定を記述していたのが面倒くさくなったので、Qiitaに記事化しておきます。

            {
                "cursorShape": "filledBox",
                "fontFace": "Source Code Pro",
                "fontSize": 11,
                "fontWeight": "extra-light",
                "guid": "{インストールしたLinuxのGUID}",
                "hidden": false,
                "name": "インストールしたLinuxの名前",
                "scrollbarState": "hidden",
                "source": "Windows.Terminal.Wsl",
                "startingDirectory": "//wsl$/Ubuntu-20.04/home/[アカウント名]"
            },

最低限、これだけ設定しておけば、普段使いのLinuxと同じ設定に出来るのはないかと思います。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1