Created
November 3, 2025 02:42
-
-
Save sidneyspe/8b37665c3c2ee6567fb93021ac6e95fd to your computer and use it in GitHub Desktop.
settings for terminal windows
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": [], | |
| "copyFormatting": "none", | |
| "copyOnSelect": false, | |
| "defaultProfile": "{04cad512-433e-41b8-83f8-218a39728b8b}", | |
| "keybindings": | |
| [ | |
| { | |
| "id": "Terminal.CopyToClipboard", | |
| "keys": "ctrl+c" | |
| }, | |
| { | |
| "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", | |
| "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": "Prompt de comando" | |
| }, | |
| { | |
| "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
| "hidden": false, | |
| "name": "Azure Cloud Shell", | |
| "source": "Windows.Terminal.Azure" | |
| }, | |
| { | |
| "colorScheme": "Omni", | |
| "commandline": "C:\\Program Files\\Git\\bin\\bash.exe", | |
| "font": | |
| { | |
| "face": "JetBrainsMonoNL Nerd Font" | |
| }, | |
| "guid": "{04cad512-433e-41b8-83f8-218a39728b8b}", | |
| "hidden": false, | |
| "icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico", | |
| "name": "Git Bash", | |
| "startingDirectory": "C:\\Users\\Sidney\\OneDrive\\Documents\\workspace" | |
| } | |
| ] | |
| }, | |
| "schemes": | |
| [ | |
| { | |
| "background": "#191622", | |
| "black": "#000000", | |
| "blue": "#BD93F9", | |
| "brightBlack": "#4D4D4D", | |
| "brightBlue": "#CAA9FA", | |
| "brightCyan": "#AA91E3", | |
| "brightGreen": "#5AF78E", | |
| "brightPurple": "#FF92D0", | |
| "brightRed": "#FF6E67", | |
| "brightWhite": "#E6E6E6", | |
| "brightYellow": "#EAF08D", | |
| "cursorColor": "#F8F8F2", | |
| "cyan": "#8D79BA", | |
| "foreground": "#E1E1E6", | |
| "green": "#50FA7B", | |
| "name": "Omni", | |
| "purple": "#FF79C6", | |
| "red": "#FF5555", | |
| "selectionBackground": "#41414D", | |
| "white": "#BFBFBF", | |
| "yellow": "#EFFA78" | |
| } | |
| ], | |
| "themes": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment