User Tools

Site Tools


windows:allgemein:terminal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:allgemein:terminal [2021/02/19 15:41] stonewindows:allgemein:terminal [2024/06/03 11:31] (current) stone
Line 1: Line 1:
 ====== Windows Terminal Settings ====== ====== Windows Terminal Settings ======
 <code> <code>
-    "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 
-            }, 
  
 +#### Ubuntu Terminal Settings ####
             {             {
-                // 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": "{d7b20cea-47a9-518c-95a4-c8bd91e2e1c6}"
-                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",+
                 "hidden": false,                 "hidden": false,
-                "name": "Azure Cloud Shell", +                "historySize": 50000, 
-                "source": "Windows.Terminal.Azure"+                "name": "Ubuntu 22.04.2 LTS", 
 +                "source": "CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc"
 +                "tabTitle": "Ubuntu 22.04.2 LTS Stone", 
 +                "bellStyle": "window", 
 +                "colorScheme": "Stone-Nord", 
 +                "experimental.retroTerminalEffect": false, 
 +                "font":  
 +                { 
 +                    "size": 12.0 
 +                }
             }             }
-        ] + 
-    },+#### Color ### 
 +        { 
 +            "background": "#2e3440", 
 +            "black": "#3B4252", 
 +            "blue": "#608DBB", 
 +            "brightBlack": "#4C566A", 
 +            "brightBlue": "#71B1F1", 
 +            "brightCyan": "#75BBBA", 
 +            "brightGreen": "#70D616", 
 +            "brightPurple": "#B48EAD", 
 +            "brightRed": "#BF616A", 
 +            "brightWhite": "#ECEFF4", 
 +            "brightYellow": "#F3C770", 
 +            "cursorColor": "#ECEFF4", 
 +            "cyan": "#88C0D0", 
 +            "foreground": "#eceff4", 
 +            "green": "#96DB5A", 
 +            "name": "Stone-Nord", 
 +            "purple": "#B48EAD", 
 +            "red": "#BF616A", 
 +            "selectionBackground": "#ECEFF4", 
 +            "white": "#FFFFFF", 
 +            "yellow": "#E0B96B" 
 +        }, 
 + 
 </code> </code>
 \\ \\
windows/allgemein/terminal.1613749290.txt.gz · Last modified: by stone