User Tools

Site Tools


windows:allgemein:terminal

This is an old revision of the document!


Windows Terminal Settings

    "profiles":
    {
        "defaults":
        {
            // Put settings here that you want to apply to all profiles.
        },
        "list":
        [
            {
                // Ubuntu 20.04
                "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
                "hidden": false,
                "name": "Ubuntu",
                "source": "Windows.Terminal.Wsl",
                "fontSize": 12,
                "startingDirectory" : "//wsl$/Ubuntu/home/crupprecht",
                "useAcrylic": false, 
                "acrylicOpacity": 0.8,
                "cursorShape": "vintage",
                "scrollbarState": "visible",
                "historySize": 25000,
                "closeOnExit": "always",
                "bellStyle": "none"
            },
            {
                // Ubuntu 20.04 to Monitor
                "hidden": false,
                "name": "Ubuntu to Monx",
                "tabTitle": "Ubuntu to Monx",
                "commandline": "wsl -d Ubuntu ssh crupprecht@monitor.olymp.ontec.at",
                "fontSize": 12,
                "useAcrylic": false, 
                "acrylicOpacity": 0.8,
                "cursorShape": "vintage",
                "scrollbarState": "visible",
                "historySize": 25000,
                "closeOnExit": "always",
                "bellStyle": "none",
                "icon": "ms-appdata:///roaming/ubuntu.png"
            },
            {
                // Ubuntu 20.04 to Nibbler Ext
                "hidden": false,
                "name": "Ubuntu to Nibbler Ext",
                "tabTitle": "Ubuntu to Nibbler Ext",
                "commandline": "wsl -d Ubuntu ssh root@nibbler.heisl.org",
                "fontSize": 12,
                "useAcrylic": false, 
                "acrylicOpacity": 0.9,
                "cursorShape": "vintage",
                "scrollbarState": "visible",
                "historySize": 25000,
                "closeOnExit": "always",
                "bellStyle": "none",
                "icon": "ms-appdata:///roaming/nibbler.png"
            },
            {
                // Ubuntu 20.04 to Nibbler Int
                "hidden": false,
                "name": "Ubuntu to Nibbler Int",
                "tabTitle": "Ubuntu to Nibbler Int",
                "commandline": "wsl -d Ubuntu ssh root@192.168.134.11",
                "fontSize": 12,
                "useAcrylic": false, 
                "acrylicOpacity": 0.9,
                "cursorShape": "vintage",
                "scrollbarState": "visible",
                "historySize": 25000,
                "closeOnExit": "always",
                "bellStyle": "none",
                "icon": "ms-appdata:///roaming/nibbler.png"
            },
            {
                // Make changes here to the powershell.exe profile.
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "name": "Windows PowerShell",
                "commandline": "powershell.exe",
                "hidden": false
            },
            {
                // Make changes here to the cmd.exe profile.
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "name": "Command Prompt",
                "commandline": "cmd.exe",
                "hidden": false
            },

            {
                // CMD als Admin
                "name": "Command Prompt Admin",
                "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -Command Start-Process -Verb RunAs \"shell:appsFolder\\Microsoft.WindowsTerminal_8wekyb3d8bbwe!App\"",
                "hidden": false,
                "icon": "ms-appx:///Images/Square44x44Logo.targetsize-32.png"
            },

            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"
            }
        ]
    },


Pfad zum “ms-appdata:”. Dieser ist dynamisch und muss angepasst werden.

C:\Users\Root\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState


Icons

windows/allgemein/terminal.1613749290.txt.gz · Last modified: by stone