Skip to content

Instantly share code, notes, and snippets.

@Himujjal
Last active July 7, 2020 18:43
Show Gist options
  • Save Himujjal/5bcab21bc33de5d879ad22383924f5c3 to your computer and use it in GitHub Desktop.
Save Himujjal/5bcab21bc33de5d879ad22383924f5c3 to your computer and use it in GitHub Desktop.
WSL Profile settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"profiles": [{
// Make changes here to the powershell.exe profile
"acrylicOpacity": 0.8,
"background": "#202040",
"closeOnExit": true,
"colorScheme": "Dracula",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Cascadia Code",
"fontSize": 10,
"historySize": 9001,
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"useAcrylic": true,
"hidden": false,
"startingDirectory": ".",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell (Admin)",
"commandline": "pwsh.exe -command Start-Process -Verb RunAs wt.exe"
},
{
// Make changes here to the cmd.exe profile
"acrylicOpacity": 0.8,
"background": "#222831",
"closeOnExit": true,
"colorScheme": "Dracula",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Cascadia Code",
"fontSize": 10,
"historySize": 9001,
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"useAcrylic": true,
"hidden": false,
"startingDirectory": ".",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe"
},
{
"acrylicOpacity": 0.8,
"background": "#443737",
"closeOnExit": true,
"colorScheme": "Dracula",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Cascadia Code",
"fontSize": 10,
"historySize": 9001,
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"useAcrylic": true,
"hidden": false,
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"name": "Ubuntu-18.04",
"source": "Windows.Terminal.Wsl"
},
{
"acrylicOpacity": 0.8,
"background": "#1f4068",
"closeOnExit": true,
"colorScheme": "Dracula",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Cascadia Code",
"fontSize": 10,
"historySize": 9001,
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"useAcrylic": true,
"hidden": false,
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"acrylicOpacity": 0.8,
"background": "#2d132c",
"closeOnExit": true,
"colorScheme": "Dracula",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Cascadia Code",
"fontSize": 10,
"historySize": 9001,
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"useAcrylic": true,
"hidden": false,
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"name": "Ubuntu",
"startingDirectory": "//wsl$/Ubuntu/home/himu",
"source": "Windows.Terminal.Wsl"
},
{
"acrylicOpacity": 0.8,
"background": "#162447",
"closeOnExit": true,
"colorScheme": "Dracula",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Cascadia Code",
"fontSize": 10,
"historySize": 9001,
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"useAcrylic": true,
"hidden": false,
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"name": "PowerShell",
"startingDirectory": ".",
"source": "Windows.Terminal.PowershellCore"
},
{
"acrylicOpacity": 0.8,
"background": "#162447",
"closeOnExit": true,
"colorScheme": "Dracula",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Cascadia Code",
"fontSize": 10,
"historySize": 9001,
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"useAcrylic": true,
"hidden": false,
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a412345}",
"name": "Msys2",
"startingDirectory": ".",
"commandline": "%MSYS_ROOT%\\msys2_shell.cmd -no-start -defterm -mingw64 -here",
"icon": "%MSYS_ROOT%\\msys2.ico"
}
],
// Add custom color schemes to this array
"schemes": [{
"background": "#282A36",
"black": "#21222C",
"blue": "#BD93F9",
"brightBlack": "#6272A4",
"brightBlue": "#D6ACFF",
"brightCyan": "#A4FFFF",
"brightGreen": "#69FF94",
"brightPurple": "#FF92DF",
"brightRed": "#FF6E6E",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFFA5",
"cyan": "#8BE9FD",
"foreground": "#F8F8F2",
"green": "#50FA7B",
"name": "Dracula",
"purple": "#FF79C6",
"red": "#FF5555",
"white": "#F8F8F2",
"yellow": "#F1FA8C"
}],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": [{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "find",
"keys": "ctrl+f"
},
// split pane
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "ctrl+shift+t"
},
// Open New Tab
{
"command": "newTab",
"keys": "ctrl+t"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment