diff --git a/wslconf b/wslconf new file mode 100644 index 0000000..3679648 --- /dev/null +++ b/wslconf @@ -0,0 +1,142 @@ +{ + "$help": "https://aka.ms/terminal-documentation", + "$schema": "https://aka.ms/terminal-profiles-schema", + "actions": + [ + { + "command": + { + "action": "copy", + "singleLine": false + }, + "id": "User.copy.644BA8F2", + "keys": "ctrl+c" + }, + { + "command": "paste", + "id": "User.paste", + "keys": "ctrl+v" + }, + { + "command": "find", + "id": "User.find", + "keys": "ctrl+shift+f" + }, + { + "command": + { + "action": "splitPane", + "split": "auto", + "splitMode": "duplicate" + }, + "id": "User.splitPane.A6751878", + "keys": "alt+shift+d" + } + ], + "copyFormatting": "none", + "copyOnSelect": false, + "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", + "newTabMenu": + [ + { + "type": "remainingProfiles" + } + ], + "profiles": + { + "defaults": + { + "colorScheme": "70s Orange" + }, + "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": false, + "name": "Command Prompt" + }, + { + "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", + "hidden": false, + "name": "Azure Cloud Shell", + "source": "Windows.Terminal.Azure" + }, + { + "guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}", + "hidden": false, + "name": "Git Bash", + "source": "Git" + }, + { + "guid": "{51855cb2-8cce-5362-8f54-464b92b32386}", + "hidden": false, + "name": "Ubuntu", + "source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc" + }, + { + "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", + "hidden": false, + "name": "Debian", + "source": "Windows.Terminal.Wsl" + }, + { + "guid": "{963ff2f7-6aed-5ce3-9d91-90d99571f53a}", + "hidden": true, + "name": "Ubuntu-24.04", + "source": "Windows.Terminal.Wsl" + }, + { + "guid": "{d8e96812-b789-5068-a5ae-10b2fb53e95f}", + "hidden": false, + "name": "Ubuntu 24.04.1 LTS", + "source": "CanonicalGroupLimited.Ubuntu24.04LTS_79rhkp1fndgsc" + }, + { + "guid": "{24a0533e-913b-5f8c-a5cb-6be85a4c9e70}", + "hidden": false, + "name": "Ubuntu 18.04.6 LTS", + "source": "CanonicalGroupLimited.Ubuntu18.04LTS_79rhkp1fndgsc" + }, + { + "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", + "hidden": true, + "name": "Ubuntu-18.04", + "source": "Windows.Terminal.Wsl" + } + ] + }, + "schemes": + [ + { + "background": "#1C1C1C", + "black": "#1C1C1C", + "blue": "#FF6600", + "brightBlack": "#262626", + "brightBlue": "#FF6600", + "brightCyan": "#FFBB66", + "brightGreen": "#FF9933", + "brightPurple": "#FF7700", + "brightRed": "#FF5500", + "brightWhite": "#FFDD88", + "brightYellow": "#FFDD88", + "cursorColor": "#FFAA55", + "cyan": "#FFBB66", + "foreground": "#FF7700", + "green": "#FF9933", + "name": "70s Orange", + "purple": "#FF7700", + "red": "#FF5500", + "selectionBackground": "#442200", + "white": "#FFDD88", + "yellow": "#FFAA55" + } + ], + "themes": [] +}