Skip to content

Instantly share code, notes, and snippets.

@melyouz
Last active May 26, 2021 09:06
Show Gist options
  • Save melyouz/3b3fafa7876031965a947bdde0a6284c to your computer and use it in GitHub Desktop.
Save melyouz/3b3fafa7876031965a947bdde0a6284c to your computer and use it in GitHub Desktop.
Windows Terminal Git Bash
Windows Terminal Git Bash
{
"profiles": {
"list": [
{
"guid": "{00000000-0000-0000-ba54-000000000002}",
"acrylicOpacity": 0.5,
"closeOnExit": true,
"colorScheme": "Campbell",
"commandline": "\"C:\\Program Files\\Git\\bin\\bash.exe\" -i -l",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Consolas",
"fontSize": 10,
"historySize": 9001,
"icon": "C:\\Program Files\\Git\\git-bash.png",
"name": "Bash",
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%",
"useAcrylic": false,
"backgroundImage": "",
"backgroundImageOpacity": 0.3
},
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment