Skip to content

Instantly share code, notes, and snippets.

@YazeedAlKhalaf
Last active June 22, 2020 20:52
Show Gist options
  • Save YazeedAlKhalaf/bda2bd65ababfbc009c1315e9c2fac6d to your computer and use it in GitHub Desktop.
Save YazeedAlKhalaf/bda2bd65ababfbc009c1315e9c2fac6d to your computer and use it in GitHub Desktop.
This is my Windows Terminal settings. They are here so that when I need them I can get them from anywhere. Feel free to use it!
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{00000000-0000-0000-ba54-000000000002}",
"copyOnSelect": false,
"copyFormatting": false,
"profiles": {
"defaults": {
"cursorColor": "#FFFFFF",
"cursorHeight": 25,
"cursorShape": "vintage",
"fontFace": "Cascadia Code",
"fontSize": 18,
"historySize": 9001,
"padding": "10, 10, 10, 10",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%",
"useAcrylic": true,
"acrylicOpacity": 0.75,
"closeOnExit": true,
"colorScheme": "Solarized Dark"
},
"list": [
{
"guid": "{00000000-0000-0000-ba54-000000000002}",
"commandline": "\"%PROGRAMFILES%\\git\\usr\\bin\\bash.exe\" -i -l",
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"name": "Bash",
"hidden": false
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": true
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu-20.04",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [],
"keybindings": [
{ "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" },
{ "command": "paste", "keys": "ctrl+v" },
{ "command": "find", "keys": "ctrl+shift+f" },
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment