Skip to content

Instantly share code, notes, and snippets.

@armandolazarte
Last active March 5, 2025 13:00
Show Gist options
  • Save armandolazarte/fb8dd88a2a5d9362b4cef510264c92e2 to your computer and use it in GitHub Desktop.
Save armandolazarte/fb8dd88a2a5d9362b4cef510264c92e2 to your computer and use it in GitHub Desktop.
Configuracion de Terminal Windows
{
"$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": "find",
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"id": "User.splitPane.A6751878",
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{e59aad56-b094-46ba-9ccd-d96ec9d0a979}",
"launchMode": "maximized",
"newTabMenu": [
{
"type": "remainingProfiles"
}
],
"profiles": {
"defaults": {
"colorScheme": "One Half Dark",
"font": {
"size": 13
},
"opacity": 95,
"startingDirectory": "C:\\Users\\arman\\Herd"
},
"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": "S\u00edmbolo del sistema"
},
{
"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:\\Program Files\\Git\\bin\\bash.exe",
"font": {
"face": "Cascadia Code",
"size": 13,
"weight": "semi-bold"
},
"guid": "{e59aad56-b094-46ba-9ccd-d96ec9d0a979}",
"hidden": false,
"icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"name": "Git Bash"
}
]
},
"schemes": [],
"themes": [],
"useAcrylicInTabRow": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment