Last active
September 9, 2024 17:38
-
-
Save akunzai/b4b1f394db3ceb399ba1976a30e540fa to your computer and use it in GitHub Desktop.
My Windows Terminal settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": | |
[ | |
{ | |
"command": | |
{ | |
"action": "newTab" | |
}, | |
"id": "User.newTab.5DEADB41", | |
"keys": "ctrl+t" | |
}, | |
{ | |
"command": | |
{ | |
"action": "splitPane", | |
"split": "auto", | |
"splitMode": "duplicate" | |
}, | |
"id": "User.splitPane.A6751878", | |
"keys": "alt+shift+d" | |
}, | |
{ | |
"command": | |
{ | |
"action": "closeTab" | |
}, | |
"id": "User.closeTab.0", | |
"keys": "ctrl+w" | |
}, | |
{ | |
"command": "unbound", | |
"keys": "ctrl+v" | |
} | |
], | |
"copyFormatting": "none", | |
"copyOnSelect": true, | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"newTabMenu": | |
[ | |
{ | |
"type": "remainingProfiles" | |
} | |
], | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"adjustIndistinguishableColors": "indexed", | |
"colorScheme": "Night Owl", | |
"experimental.retroTerminalEffect": false, | |
"font": | |
{ | |
"face": "JetBrainsMono Nerd Font", | |
"size": 16 | |
}, | |
"opacity": 60, | |
"scrollbarState": "visible", | |
"useAcrylic": true | |
}, | |
"list": | |
[ | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell", | |
"source": "Windows.Terminal.PowershellCore" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"commandline": "pwsh.exe -NoLogo", | |
"elevate": true, | |
"guid": "{36b03ea9-46cd-4b7f-a579-81212d17c34c}", | |
"hidden": false, | |
"icon": "ms-appx:///ProfileIcons/pwsh.png", | |
"name": "PowerShell Elevated", | |
"startingDirectory": "%USERPROFILE%" | |
}, | |
{ | |
"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" | |
}, | |
{ | |
"commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -mingw64", | |
"guid": "{17da3cac-b318-431e-8a3e-7fcdefe6d114}", | |
"icon": "C:/msys64/mingw64.ico", | |
"name": "MINGW64 / MSYS2", | |
"startingDirectory": "C:/msys64/home/%USERNAME%" | |
}, | |
{ | |
"commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -mingw32", | |
"guid": "{2d51fdc4-a03b-4efe-81bc-722b7f6f3820}", | |
"icon": "C:/msys64/mingw32.ico", | |
"name": "MINGW32 / MSYS2", | |
"startingDirectory": "C:/msys64/home/%USERNAME%" | |
}, | |
{ | |
"commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -msys", | |
"guid": "{71160544-14d8-4194-af25-d05feeac7233}", | |
"icon": "C:/msys64/msys2.ico", | |
"name": "MSYS / MSYS2", | |
"startingDirectory": "C:/msys64/home/%USERNAME%" | |
}, | |
{ | |
"guid": "{0c66171d-b74a-5e24-b394-cc978fdfe0cb}", | |
"hidden": false, | |
"name": "Developer Command Prompt for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{d3e48bff-f179-558e-84cd-60e0958f3e22}", | |
"hidden": false, | |
"name": "Developer PowerShell for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{8ab8e6f6-35c6-5b46-8419-3e1568105476}", | |
"hidden": false, | |
"name": "podman-machine-default", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", | |
"hidden": false, | |
"name": "Debian", | |
"source": "Windows.Terminal.Wsl" | |
} | |
] | |
}, | |
"schemes": | |
[ | |
{ | |
"background": "#282A36", | |
"black": "#21222C", | |
"blue": "#BD93F9", | |
"brightBlack": "#6272A4", | |
"brightBlue": "#D6ACFF", | |
"brightCyan": "#A4FFFF", | |
"brightGreen": "#69FF94", | |
"brightPurple": "#FF92DF", | |
"brightRed": "#FF6E6E", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#FFFFA5", | |
"cursorColor": "#F8F8F2", | |
"cyan": "#8BE9FD", | |
"foreground": "#F8F8F2", | |
"green": "#50FA7B", | |
"name": "Dracula", | |
"purple": "#FF79C6", | |
"red": "#FF5555", | |
"selectionBackground": "#44475A", | |
"white": "#F8F8F2", | |
"yellow": "#F1FA8C" | |
}, | |
{ | |
"background": "#F6F6F6", | |
"black": "#403F53", | |
"blue": "#288ED7", | |
"brightBlack": "#403F53", | |
"brightBlue": "#288ED7", | |
"brightCyan": "#2AA298", | |
"brightGreen": "#08916A", | |
"brightPurple": "#D6438A", | |
"brightRed": "#DE3D3B", | |
"brightWhite": "#979797", | |
"brightYellow": "#DAA011", | |
"cursorColor": "#90A7B2", | |
"cyan": "#2AA298", | |
"foreground": "#403F53", | |
"green": "#08916A", | |
"name": "Light Owl", | |
"purple": "#D6438A", | |
"red": "#DE3D3B", | |
"selectionBackground": "#E0E0E0", | |
"white": "#F0F0F0", | |
"yellow": "#E0AF02" | |
}, | |
{ | |
"background": "#011627", | |
"black": "#011627", | |
"blue": "#82AAFF", | |
"brightBlack": "#575656", | |
"brightBlue": "#82AAFF", | |
"brightCyan": "#7FDBCA", | |
"brightGreen": "#22DA6E", | |
"brightPurple": "#C792EA", | |
"brightRed": "#EF5350", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#FFEB95", | |
"cursorColor": "#80A4C2", | |
"cyan": "#21C7A8", | |
"foreground": "#D6DEEB", | |
"green": "#22DA6E", | |
"name": "Night Owl", | |
"purple": "#C792EA", | |
"red": "#EF5350", | |
"selectionBackground": "#1D3B53", | |
"white": "#FFFFFF", | |
"yellow": "#C5E478" | |
}, | |
{ | |
"background": "#1A1B2C", | |
"black": "#414868", | |
"blue": "#7AA2F7", | |
"brightBlack": "#414868", | |
"brightBlue": "#7AA2F7", | |
"brightCyan": "#7DCFFF", | |
"brightGreen": "#73DACA", | |
"brightPurple": "#BB9AF7", | |
"brightRed": "#F7768E", | |
"brightWhite": "#C0CAF5", | |
"brightYellow": "#E0AF68", | |
"cursorColor": "#C0CAF5", | |
"cyan": "#7DCFFF", | |
"foreground": "#A9B1DC", | |
"green": "#73DACA", | |
"name": "Tokyo Night", | |
"purple": "#BB9AF7", | |
"red": "#F7768E", | |
"selectionBackground": "#28344A", | |
"white": "#C0CAF5", | |
"yellow": "#E0AF68" | |
} | |
], | |
"themes": [], | |
"useAcrylicInTabRow": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment