Created
March 12, 2025 22:23
-
-
Save brunohubner/9cc9d668494c15cb636a180916b3589c to your computer and use it in GitHub Desktop.
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": "find", | |
| "id": "User.find" | |
| }, | |
| { | |
| "command": { | |
| "action": "splitPane", | |
| "split": "auto", | |
| "splitMode": "duplicate" | |
| }, | |
| "id": "User.splitPane.A6751878" | |
| }, | |
| { | |
| "command": "paste", | |
| "id": "User.paste" | |
| }, | |
| { | |
| "command": { | |
| "action": "copy", | |
| "singleLine": false | |
| }, | |
| "id": "User.copy.644BA8F2" | |
| } | |
| ], | |
| "centerOnLaunch": true, | |
| "copyFormatting": "none", | |
| "copyOnSelect": false, | |
| "defaultProfile": "{70d90fc5-dd3f-454b-ae5c-f1a3f7b2fcfb}", | |
| "initialCols": 180, | |
| "initialPosition": ",", | |
| "initialRows": 46, | |
| "keybindings": [ | |
| { | |
| "id": "User.splitPane.A6751878", | |
| "keys": "alt+shift+d" | |
| }, | |
| { | |
| "id": "User.paste", | |
| "keys": "ctrl+v" | |
| }, | |
| { | |
| "id": "User.find", | |
| "keys": "ctrl+shift+f" | |
| }, | |
| { | |
| "id": "User.copy.644BA8F2", | |
| "keys": "ctrl+c" | |
| } | |
| ], | |
| "newTabMenu": [ | |
| { | |
| "type": "remainingProfiles" | |
| } | |
| ], | |
| "profiles": { | |
| "defaults": { | |
| "colorScheme": "Dracula", | |
| "font": { | |
| "face": "CaskaydiaCove NF Mono", | |
| "size": 10 | |
| } | |
| }, | |
| "list": [ | |
| { | |
| "guid": "{17bf3de4-5353-5709-bcf9-835bd952a95e}", | |
| "hidden": false, | |
| "icon": "C:\\Users\\bruno\\Pictures\\icons\\ubuntu-32x32.png", | |
| "name": "Ubuntu-22.04", | |
| "source": "Windows.Terminal.Wsl" | |
| }, | |
| { | |
| "commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe -WorkingDirectory ~", | |
| "guid": "{70d90fc5-dd3f-454b-ae5c-f1a3f7b2fcfb}", | |
| "hidden": false, | |
| "name": "PowerShell 7" | |
| }, | |
| { | |
| "commandline": "C:\\Windows\\System32\\cmd.exe /c \"C:\\Program Files\\Git\\bin\\sh.exe\" --cd-to-home", | |
| "guid": "{2464c22c-c57c-4221-b692-7617a40923d8}", | |
| "hidden": false, | |
| "icon": "%SystemDrive%\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico", | |
| "name": "Git Bash" | |
| }, | |
| { | |
| "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "hidden": true, | |
| "name": "PowerShell 5" | |
| }, | |
| { | |
| "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "hidden": false, | |
| "name": "PowerShell", | |
| "source": "Windows.Terminal.PowershellCore" | |
| }, | |
| { | |
| "guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}", | |
| "hidden": false, | |
| "name": "Git Bash", | |
| "source": "Git" | |
| } | |
| ] | |
| }, | |
| "schemes": [ | |
| { | |
| "background": "#1E1F29", | |
| "black": "#000000", | |
| "blue": "#BD93F9", | |
| "brightBlack": "#555555", | |
| "brightBlue": "#BD93F9", | |
| "brightCyan": "#8BE9FD", | |
| "brightGreen": "#50FA7B", | |
| "brightPurple": "#FF79C6", | |
| "brightRed": "#FF5555", | |
| "brightWhite": "#FFFFFF", | |
| "brightYellow": "#F1FA8C", | |
| "cursorColor": "#BBBBBB", | |
| "cyan": "#8BE9FD", | |
| "foreground": "#F8F8F2", | |
| "green": "#50FA7B", | |
| "name": "Dracula", | |
| "purple": "#FF79C6", | |
| "red": "#FF5555", | |
| "selectionBackground": "#44475A", | |
| "white": "#BBBBBB", | |
| "yellow": "#F1FA8C" | |
| } | |
| ], | |
| "startOnUserLogin": false, | |
| "themes": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment