Last active
December 10, 2024 09:14
-
-
Save lazydao/bf1f2ba832f777a737cac576a4cb7be4 to your computer and use it in GitHub Desktop.
Windows Terminal
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": "copy", | |
"singleLine": false | |
}, | |
"id": "User.copy.644BA8F2", | |
"keys": "ctrl+c" | |
}, | |
{ | |
"command": "paste", | |
"id": "User.paste", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"command": "openTabRenamer", | |
"id": "User.openTabRenamer", | |
"keys": "ctrl+shift+e" | |
}, | |
{ | |
"command": "find", | |
"id": "User.find", | |
"keys": "ctrl+shift+f" | |
}, | |
{ | |
"command": | |
{ | |
"action": "splitPane", | |
"split": "auto", | |
"splitMode": "duplicate" | |
}, | |
"id": "User.splitPane.A6751878", | |
"keys": "alt+shift+d" | |
} | |
], | |
"centerOnLaunch": true, | |
"copyFormatting": "none", | |
"copyOnSelect": true, | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"initialCols": 40, | |
"initialRows": 10, | |
"launchMode": "maximized", | |
"newTabMenu": | |
[ | |
{ | |
"type": "remainingProfiles" | |
} | |
], | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"adjustIndistinguishableColors": "always", | |
"antialiasingMode": "cleartype", | |
"backgroundImage": "desktopWallpaper", | |
"backgroundImageOpacity": 0.09, | |
"bellStyle": | |
[ | |
"audible", | |
"window" | |
], | |
"colorScheme": "TokyoNight", | |
"cursorShape": "filledBox", | |
"elevate": false, | |
"experimental.retroTerminalEffect": false, | |
"font": | |
{ | |
"cellHeight": "1.2", | |
"face": "MesloLGS NF, \u971e\u9e5c\u6587\u6977\u7b49\u5bbd", | |
"size": 14 | |
}, | |
"intenseTextStyle": "all", | |
"opacity": 100, | |
"padding": "0", | |
"useAcrylic": false | |
}, | |
"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": "\u547d\u4ee4\u63d0\u793a\u7b26" | |
}, | |
{ | |
"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": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", | |
"hidden": false, | |
"name": "Debian", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell", | |
"source": "Windows.Terminal.PowershellCore" | |
}, | |
{ | |
"guid": "{9151e367-5b6d-5081-82b1-b454320467e7}", | |
"hidden": false, | |
"name": "Developer Command Prompt for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{b5baa777-28e9-580b-ad77-9b0a98fd5045}", | |
"hidden": false, | |
"name": "Developer PowerShell for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
} | |
] | |
}, | |
"schemes": | |
[ | |
{ | |
"background": "#16161E", | |
"black": "#363B54", | |
"blue": "#7AA2F7", | |
"brightBlack": "#363B54", | |
"brightBlue": "#7AA2F7", | |
"brightCyan": "#7DCFFF", | |
"brightGreen": "#41A6B5", | |
"brightPurple": "#BB9AF7", | |
"brightRed": "#F7768E", | |
"brightWhite": "#ACB0D0", | |
"brightYellow": "#E0AF68", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#7DCFFF", | |
"foreground": "#787C99", | |
"green": "#41A6B5", | |
"name": "TokyoNight", | |
"purple": "#BB9AF7", | |
"red": "#F7768E", | |
"selectionBackground": "#FFFFFF", | |
"white": "#787C99", | |
"yellow": "#E0AF68" | |
} | |
], | |
"startOnUserLogin": false, | |
"tabSwitcherMode": "mru", | |
"theme": "dark", | |
"themes": [], | |
"useAcrylicInTabRow": true, | |
"windowingBehavior": "useExisting" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment