Windows Terminal
Auf der Seite Install and get started setting up Windows Terminal steht eh alles, was man zunächst braucht:
- Default terminal application
- Default terminal profile -> Das wird Ubuntu, das muss aber zuerst installiert werden
- Add new profiles: Sobald eine WSL-Distribution installiert wird, wird automatisch ein neues Profil erstellt.
Konfiguration
Section titled “Konfiguration”Die Konfiguration ist in einer JSON-Datei gespeichert:
- Einstellungen öffnen
- links unten ist die
settings.jsonverlinkt - Pfad:
%LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json(%LOCALAPPDATA% wird ersetzt durch C:\Users\Birgit\AppData\Local)
Für alles weitere einfach die Doku verwenden, da wird eh alles schön erklärt.
{ "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { "command": "paste", "id": "User.paste" }, { "command": { "action": "copy", "singleLine": false }, "id": "User.copy.644BA8F2" }, { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "id": "User.splitPane.A6751878" }, { "command": "find", "id": "User.find" } ], "copyFormatting": "none", "copyOnSelect": true, "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", "keybindings": [ { "id": "User.find", "keys": "ctrl+shift+f" }, { "id": "User.paste", "keys": "ctrl+v" }, { "id": "User.copy.644BA8F2", "keys": "ctrl+c" }, { "id": "User.splitPane.A6751878", "keys": "alt+shift+d" } ], "language": "de-AT", "newTabMenu": [ { "type": "remainingProfiles" } ], "profiles": { "defaults": {}, "list": [ { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": false, "name": "Windows PowerShell" }, { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "hidden": false, "name": "Eingabeaufforderung" }, { "colorScheme": "Tango Dark", "font": { "face": "Fira Mono" }, "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", "hidden": false, "name": "Ubuntu", "source": "Windows.Terminal.Wsl", "startingDirectory": "\\\\wsl$\\Ubuntu\\home\\pingubib" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" } ] }, "schemes": [ { "background": "#000000", "black": "#0C0C0C", "blue": "#0037DA", "brightBlack": "#767676", "brightBlue": "#3B78FF", "brightCyan": "#61D6D6", "brightGreen": "#16C60C", "brightPurple": "#B4009E", "brightRed": "#E74856", "brightWhite": "#F2F2F2", "brightYellow": "#F9F1A5", "cursorColor": "#FFFFFF", "cyan": "#3A96DD", "foreground": "#FFFFFF", "green": "#13A10E", "name": "Color Scheme 10", "purple": "#881798", "red": "#C50F1F", "selectionBackground": "#FFFFFF", "white": "#CCCCCC", "yellow": "#C19C00" } ], "theme": "system", "themes": [], "useAcrylicInTabRow": true}