Last active
September 23, 2024 06:55
-
-
Save s0racat/6cc2ce0bbb6fe6b2b43c9b03f9db1959 to your computer and use it in GitHub Desktop.
Windows Terminal config
This file contains 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": "unbound", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"command": | |
{ | |
"action": "copy", | |
"singleLine": false | |
}, | |
"id": "User.copy.644BA8F2", | |
"keys": "ctrl+c" | |
}, | |
{ | |
"command": "paste", | |
"id": "User.paste" | |
}, | |
{ | |
"command": | |
{ | |
"action": "splitPane", | |
"split": "auto", | |
"splitMode": "duplicate" | |
}, | |
"id": "User.splitPane.A6751878", | |
"keys": "alt+shift+d" | |
}, | |
{ | |
"command": "find", | |
"id": "User.find", | |
"keys": "ctrl+shift+f" | |
} | |
], | |
"copyFormatting": "none", | |
"copyOnSelect": false, | |
"defaultProfile": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", | |
"newTabMenu": | |
[ | |
{ | |
"type": "remainingProfiles" | |
} | |
], | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"colorScheme": "nord", | |
"font": | |
{ | |
"face": "PlemolJP Console NF", | |
"features": {}, | |
"size": 12, | |
"weight": "normal" | |
}, | |
"intenseTextStyle": "bold" | |
}, | |
"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": "\u30b3\u30de\u30f3\u30c9 \u30d7\u30ed\u30f3\u30d7\u30c8" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell", | |
"source": "Windows.Terminal.PowershellCore" | |
}, | |
{ | |
"commandline": "C:\\Windows\\system32\\wsl.exe ~ -d Debian -e zsh --login -c \"tmux attach || tmux\"", | |
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", | |
"hidden": false, | |
"name": "Debian", | |
"source": "Windows.Terminal.Wsl" | |
} | |
] | |
}, | |
"schemes": | |
[ | |
{ | |
"background": "#2E3440", | |
"black": "#3B4252", | |
"blue": "#81A1C1", | |
"brightBlack": "#4C566A", | |
"brightBlue": "#81A1C1", | |
"brightCyan": "#8FBCBB", | |
"brightGreen": "#A3BE8C", | |
"brightPurple": "#B48EAD", | |
"brightRed": "#BF616A", | |
"brightWhite": "#ECEFF4", | |
"brightYellow": "#EBCB8B", | |
"cursorColor": "#ECEFF4", | |
"cyan": "#88C0D0", | |
"foreground": "#D8DEE9", | |
"green": "#A3BE8C", | |
"name": "nord", | |
"purple": "#B48EAD", | |
"red": "#BF616A", | |
"selectionBackground": "#ECEFF4", | |
"white": "#E5E9F0", | |
"yellow": "#EBCB8B" | |
} | |
], | |
"themes": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment