Skip to content

Instantly share code, notes, and snippets.

@damieng
Last active May 4, 2022 16:57
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 damieng/9568f09eb327209d4b219b0a44730b9c to your computer and use it in GitHub Desktop.
Save damieng/9568f09eb327209d4b219b0a44730b9c to your computer and use it in GitHub Desktop.
My Cmdr settings for Windows Terminal
{
"profiles":
{
"defaults": {},
"list":
[ {
"antialiasingMode": "grayscale",
"colorScheme": "Dracula",
"commandline": "cmd.exe /k c:/apps/cmdr/vendor/init.bat",
"cursorHeight": 35,
"cursorShape": "filledBox",
"font":
{
"face": "JetBrains Mono",
"size": 12,
"weight": "normal"
},
"guid": "{00000000-0000-0000-ba54-000000000132}",
"hidden": false,
"icon": "C:\\Apps\\cmdr\\icons\\cmder_green.ico",
"name": "Cmder",
"opacity": 90,
"startingDirectory": "e:\\src",
"useAcrylic": false
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment