Skip to content

Instantly share code, notes, and snippets.

@karimelgazar
Last active December 26, 2019 06:18
Show Gist options
  • Save karimelgazar/d96e9e71ea61041b93922e273c8da7dc to your computer and use it in GitHub Desktop.
Save karimelgazar/d96e9e71ea61041b93922e273c8da7dc to your computer and use it in GitHub Desktop.
// 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": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles":
[
{
// Make changes here to the cmd.exe profile
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"hidden": false,
"foreground": "#05be33",
"startingDirectory" : "E:\\karim\\Py_Automate",
"acrylicOpacity" : 0.4,
"useAcrylic": true
},
{
"tabTitle": "Git Bash",
"backgroundImage":"E:\\karim\\Images\\wp3205318-machine-learning-wallpapers.jpg",
// "backgroundImage":"E:\\karim\\Images\\mid.gif",
"acrylicOpacity" : 0.75,
"closeOnExit" : true,
"colorScheme" : "Campbell",
"commandline" : "E:\\Progammes\\Git\\bin\\bash.exe --login",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
"fontFace" : "Consolas",
"fontSize" : 12,
"guid" : "{14ad203f-52cc-4110-90d6-d96e0f41b64d}",
"historySize" : 9001,
"icon": "E:\\Progammes\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"name" : "Git Bash",
"padding" : "0, 0, 0, 0",
"snapOnInput" : true,
"useAcrylic" : true,
"startingDirectory" : "E:\\karim\\Py_Automate"
// "foreground": "#f0a212"
},
{
// Make changes here to the powershell.exe profile
"useAcrylic": true,
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false,
"startingDirectory" : "E:\\karim\\Py_Automate",
"background": "#232F34",
"foreground": "#f0a212"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
],
// Add custom color schemes to this array
"schemes": [],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": [
{ "command": "copy", "keys": ["ctrl+c"] },
{ "command": "paste", "keys": ["ctrl+v"] },
{"command": "closeTab", "keys": ["ctrl+w"]}
],
"Globals": {
"additionalProperties": true,
"description": "Properties that affect the entire window, regardless of the profile settings.",
"properties": {
"copyOnSelect": {
"default": true,
"description": "When set to true, a selection is immediately copied to your clipboard upon creation. When set to false, the selection persists and awaits further action.",
"type": "boolean"
}
}
},
"ProfileList": {
"description": "Properties are specific to each unique profile.",
"items": {
"additionalProperties": true,
"properties": {
"acrylicOpacity": 0.8
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment