From 50ec29c0558c2a9460d50b98025b57ca4143816f Mon Sep 17 00:00:00 2001 From: Zoness Date: Fri, 19 Dec 2025 09:18:04 -0600 Subject: [PATCH] Terminal Config --- windowsterminal/settings.json | 175 ++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 windowsterminal/settings.json diff --git a/windowsterminal/settings.json b/windowsterminal/settings.json new file mode 100644 index 0000000..1225e7b --- /dev/null +++ b/windowsterminal/settings.json @@ -0,0 +1,175 @@ +{ + "$help": "https://aka.ms/terminal-documentation", + "$schema": "https://aka.ms/terminal-profiles-schema", + "actions": [], + "copyFormatting": "none", + "copyOnSelect": false, + "defaultProfile": "{4ef75186-8199-4aa7-a88d-f9d17ed101f4}", + "initialCols": 130, + "initialRows": 36, + "keybindings": + [ + { + "id": "Terminal.CopyToClipboard", + "keys": "ctrl+c" + }, + { + "id": "Terminal.FindText", + "keys": "ctrl+shift+f" + }, + { + "id": "Terminal.PasteFromClipboard", + "keys": "ctrl+v" + }, + { + "id": "Terminal.DuplicatePaneAuto", + "keys": "alt+shift+d" + } + ], + "newTabMenu": + [ + { + "type": "remainingProfiles" + } + ], + "profiles": + { + "defaults": {}, + "list": + [ + { + "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", + "font": + { + "face": "Consolas", + "size": 14 + }, + "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", + "hidden": true, + "name": "Windows PowerShell" + }, + { + "commandline": "%SystemRoot%\\System32\\cmd.exe", + "font": + { + "face": "Cascadia Mono", + "size": 14 + }, + "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", + "hidden": false, + "name": "Command Prompt", + "startingDirectory": "%USERPROFILE%" + }, + { + "colorScheme": "VS2022 Dark", + "commandline": "pwsh.exe -nologo", + "font": + { + "face": "Cascadia Mono", + "size": 14 + }, + "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", + "hidden": false, + "name": "PowerShell", + "source": "Windows.Terminal.PowershellCore", + "startingDirectory": "%USERPROFILE%" + }, + { + "bellStyle": "none", + "closeOnExit": "graceful", + "colorScheme": "VS2022 Dark", + "commandline": "C:\\Program Files\\Git\\bin\\bash.exe --login -i", + "cursorColor": "#FFFFFF", + "cursorShape": "bar", + "font": + { + "face": "Cascadia Mono", + "size": 14 + }, + "guid": "{4ef75186-8199-4aa7-a88d-f9d17ed101f4}", + "historySize": 9001, + "icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico", + "name": "Git Bash", + "padding": "0, 0, 0, 0", + "snapOnInput": true, + "startingDirectory": "%USERPROFILE%", + "suppressApplicationTitle": true, + "tabTitle": "Git Bash", + "useAcrylic": false + } + ] + }, + "schemes": + [ + { + "background": "#012456", + "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": "#F0F0F0", + "green": "#13A10E", + "name": "Campbell Powershell (modified)", + "purple": "#881798", + "red": "#C50F1F", + "selectionBackground": "#FFFFFF", + "white": "#F0F0F0", + "yellow": "#C19C00" + }, + { + "background": "#000000", + "black": "#0C0C0C", + "blue": "#6060FF", + "brightBlack": "#767676", + "brightBlue": "#3B78FF", + "brightCyan": "#61D6D6", + "brightGreen": "#16C60C", + "brightPurple": "#B4009E", + "brightRed": "#E74856", + "brightWhite": "#F2F2F2", + "brightYellow": "#F9F1A5", + "cursorColor": "#FFFFFF", + "cyan": "#3A96DD", + "foreground": "#BFBFBF", + "green": "#00A400", + "name": "GitBash", + "purple": "#BF00BF", + "red": "#BF0000", + "selectionBackground": "#FFFFFF", + "white": "#FFFFFF", + "yellow": "#BFBF00" + }, + { + "background": "#1E1E1E", + "black": "#000000", + "blue": "#2472C8", + "brightBlack": "#666666", + "brightBlue": "#3B8EEA", + "brightCyan": "#29B8DB", + "brightGreen": "#23D18B", + "brightPurple": "#D670D6", + "brightRed": "#F14C4C", + "brightWhite": "#E5E5E5", + "brightYellow": "#F5F543", + "cursorColor": "#FFFFFF", + "cyan": "#11A8CD", + "foreground": "#D4D4D4", + "green": "#0DBC79", + "name": "VS2022 Dark", + "purple": "#BC3FBC", + "red": "#CD3131", + "selectionBackground": "#FFFFFF", + "white": "#E5E5E5", + "yellow": "#E5E510" + } + ], + "themes": [] +} \ No newline at end of file