Windows terminal profiles

Rhseung·2024년 8월 28일
0

tips

목록 보기
14/18
"profiles": 
    {
        "defaults": 
        {
            "adjustIndistinguishableColors": "indexed",
            "backgroundImage": null,
            "colorScheme": "Campbell",
            "cursorShape": "bar",
            "experimental.retroTerminalEffect": false,
            "font": 
            {
                "cellHeight": "1.2",
                "face": "Liga SFMono Nerd Font",
                "size": 11.0,
                "weight": "normal"
            },
            "intenseTextStyle": "bold",
            "opacity": 75,
            "startingDirectory": "D:\\",
            "useAcrylic": true
        },
        "list": 
        [
            {
                "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "hidden": false,
                "name": "Windows PowerShell"
            },
            {
                "commandline": "%SystemRoot%\\System32\\cmd.exe",
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": true,
                "name": "\uba85\ub839 \ud504\ub86c\ud504\ud2b8"
            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"
            },
            {
                "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
                "hidden": true,
                "name": "PowerShell",
                "source": "Windows.Terminal.PowershellCore"
            },
            {
                "commandline": "%SystemRoot%\\System32\\cmd.exe /k ptpython",
                "guid": "{f91d49a3-741b-409c-8a15-c4360649121f}",
                "hidden": false,
                "icon": "https://upload.wikimedia.org/wikipedia/commons/e/e6/Python_Windows_interpreter_icon_2006%E2%80%932016_Tiny.png",
                "name": "Ptpython"
            },
            {
                "commandline": "%SystemRoot%\\System32\\cmd.exe /k ptipython",
                "guid": "{a5d64033-f38b-4240-ab06-a8a2ab830b5f}",
                "hidden": false,
                "icon": "https://upload.wikimedia.org/wikipedia/commons/e/e6/Python_Windows_interpreter_icon_2006%E2%80%932016_Tiny.png",
                "name": "IPython"
            },
            {
                "commandline": "\"%PROGRAMFILES%\\nodejs\\node.exe\"",
                "guid": "{51650ef9-0dfa-4d1a-a43d-9523aa2722d1}",
                "hidden": false,
                "icon": "https://cdn-icons-png.flaticon.com/256/5968/5968322.png",
                "name": "Node.js"
            },
            {
                "commandline": "\"%PROGRAMFILES%\\git\\usr\\bin\\bash.exe\" -i -l",
                "guid": "{485b5447-931d-442b-bb65-7e111e43e069}",
                "icon": "%SystemDrive%\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
                "name": "Git Bash",
                "startingDirectory": "D:\\"
            }
        ]
    }

0개의 댓글