Skip to content

Instantly share code, notes, and snippets.

@tado
Last active June 29, 2020 05:16
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 tado/aac15a8acfb7545f52bd3df971265d27 to your computer and use it in GitHub Desktop.
Save tado/aac15a8acfb7545f52bd3df971265d27 to your computer and use it in GitHub Desktop.
Windows Terminal Settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"profiles":
[
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"commandline": "wsl.exe",
"colorScheme": "One Half Dark",
"acrylicOpacity" : 0.85,
"useAcrylic" : true,
"fontFace" : "Noto Sans CJK JP, SF Mono",
"fontSize" : 10,
"source": "Windows.Terminal.Wsl"
},
{
"background" : "#000000",
"closeOnExit" : true,
"commandline" : "\"%PROGRAMFILES%\\git\\bin\\bash.exe\" --login -i -l",
"acrylicOpacity" : 0.85,
"fontFace" : "Noto Sans CJK JP, SF Mono",
"fontSize" : 10,
"guid" : "{00000000-0000-0000-0000-000000012345}",
"historySize" : 9001,
"icon" : "%PROGRAMFILES%\\git\\mingw64\\share\\git\\git-for-windows.ico",
"name" : "Git Bash",
"snapOnInput" : true,
"useAcrylic" : true
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"acrylicOpacity" : 0.85,
"useAcrylic" : true,
"fontFace" : "SF Mono",
"fontSize" : 10,
"hidden": false
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"fontSize" : 10,
"hidden": false
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell Core",
"fontSize" : 10,
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"hidden": false,
"name": "Ubuntu",
"fontSize" : 10,
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"fontSize" : 10,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment