Skip to content

Instantly share code, notes, and snippets.

@donkaban
Last active February 5, 2020 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donkaban/3e9275f87c81e6ef5dbeb98aa5b96ee5 to your computer and use it in GitHub Desktop.
Save donkaban/3e9275f87c81e6ef5dbeb98aa5b96ee5 to your computer and use it in GitHub Desktop.
Windows Terminal Kaban's Settings
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{0caa0dad-35ff-5f56-a8ff-afceeeaa6101}",
"initialCols" : 130,
"initialRows": 70,
"requestedTheme": "dark",
"showTerminalTitleInTitlebar": false,
"profiles": [
{
"guid": "{0caa0dad-35ff-5f56-a8ff-afceeeaa6101}",
"name": "Far",
"commandline": "C:/Program Files/Far Manager/Far.exe",
"hidden": false,
"acrylicOpacity": 0.75,
"useAcrylic": true,
"closeOnExit": true,
"colorScheme": "SNT",
"icon": "C:/Program Files/Far Manager/Far.exe",
"fontFace": "Ubuntu Mono",
"fontSize": 10
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "\\\\wsl$\\Ubuntu\\home\\donkaban",
"closeOnExit": true,
"acrylicOpacity": 0.75,
"useAcrylic": true,
"colorScheme": "SNT",
"fontFace": "Ubuntu Mono",
"fontSize": 10
},
{
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"hidden": false,
"name": "Debian",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "\\\\wsl$\\Debian\\home\\w4dev",
"closeOnExit": true,
"acrylicOpacity": 0.75,
"useAcrylic": true,
"colorScheme": "SNT",
"fontFace": "Ubuntu Mono",
"fontSize": 10
},
{
"colorScheme": "SNT",
"commandline": "bash.exe",
"acrylicOpacity": 0.75,
"useAcrylic": true,
"fontFace": "Ubuntu Mono",
"fontSize": 10,
"guid": "{9acb9455-ca41-5af7-950f-6bca1bc9722f}",
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.scale-100.png",
"name": "Bash",
"hidden": true
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"hidden": false,
"acrylicOpacity": 0.75,
"useAcrylic": true,
"closeOnExit": true,
"colorScheme": "SNT",
"fontFace": "Ubuntu Mono",
"fontSize": 10
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"closeOnExit": true,
"acrylicOpacity": 0.75,
"useAcrylic": true,
"colorScheme": "SNT",
"fontFace": "Ubuntu Mono",
"fontSize": 10,
"hidden": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
],
"schemes":
[
{
"name": "SNT",
"foreground": "#C0C0C0",
"background": "#000000",
"black": "#000000",
"red": "#800000",
"green": "#008000",
"yellow": "#808000",
"blue": "#000080",
"purple": "#800080",
"cyan": "#008080",
"white": "#C0C0C0",
"brightBlack": "#808080",
"brightRed": "#FF0000",
"brightGreen": "#00FF00",
"brightYellow": "#FFFF00",
"brightBlue": "#0000FF",
"brightPurple": "#FF00FF",
"brightCyan": "#00FFFF",
"brightWhite": "#FFFFFF"
}
],
"keybindings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment