Windows Terminal 配置文件

{
    "$help": "https://aka.ms/terminal-documentation",
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "actions": [],
    "copyFormatting": "none",
    "copyOnSelect": false,
    "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "keybindings": 
    [
        {
            "id": "Terminal.CopyToClipboard",
            "keys": "ctrl+c"
        },
        {
            "id": "Terminal.PasteFromClipboard",
            "keys": "ctrl+v"
        },
        {
            "id": "Terminal.DuplicatePaneAuto",
            "keys": "alt+shift+d"
        }
    ],
    "newTabMenu": 
    [
        {
            "type": "remainingProfiles"
        }
    ],
    "profiles": 
    {
        "defaults": {},
        "list": 
        [
            {
                "bellStyle": "none",
                "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
                "cursorShape": "filledBox",
                "experimental.retroTerminalEffect": false,
                "font": 
                {
                    "face": "JetBrainsMono Nerd Font"
                },
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "hidden": false,
                "name": "Windows PowerShell"
            },
            {
                "bellStyle": "none",
                "commandline": "%SystemRoot%\\System32\\cmd.exe",
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": false,
                "name": "\u547d\u4ee4\u63d0\u793a\u7b26"
            },
            {
                "font": 
                {
                    "face": "JetBrainsMono Nerd Font"
                },
                "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
                "hidden": true,
                "name": "Ubuntu",
                "source": "Windows.Terminal.Wsl"
            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": true,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"
            },
            {
                "guid": "{e9dfce52-62fd-5ac9-ae45-85ad078273e6}",
                "hidden": true,
                "name": "Developer Command Prompt for VS 2022",
                "source": "Windows.Terminal.VisualStudio"
            },
            {
                "guid": "{d05a6cca-4d93-5739-b9c8-bc8a417e9a01}",
                "hidden": true,
                "name": "Developer PowerShell for VS 2022",
                "source": "Windows.Terminal.VisualStudio"
            },
            {
                "bellStyle": "none",
                "colorScheme": "Ottosson",
                "font": 
                {
                    "face": "JetBrainsMono Nerd Font",
                    "size": 12
                },
                "guid": "{51855cb2-8cce-5362-8f54-464b92b32386}",
                "hidden": false,
                "name": "Ubuntu",
                "opacity": 100,
                "source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc",
                "useAcrylic": false
            },
            {
                "bellStyle": "none",
                "colorScheme": "Campbell",
                "commandline": "cmd.exe /K C:\\Users\\Edward\\miniforge3\\Scripts\\activate.bat",
                "cursorShape": "filledBox",
                "font": 
                {
                    "face": "JetBrainsMono Nerd Font"
                },
                "guid": "{312f5d4d-afd1-45c7-9d1a-b7c1a46d2060}",
                "hidden": false,
                "icon": "C:\\Users\\Edward\\miniforge3\\Menu\\console_shortcut.ico",
                "name": "Miniforge",
                "startingDirectory": "C:\\Users\\Edward"
            }
        ]
    },
    "schemes": [],
    "themes": []
}

posted @ 2025-11-02 18:04  Guanjie255  阅读(8)  评论(0)    收藏  举报