Skip to content

Instantly share code, notes, and snippets.

@damieng
Created October 11, 2021 13:04
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/112e7ccca155d30425628e37b4038e65 to your computer and use it in GitHub Desktop.
Save damieng/112e7ccca155d30425628e37b4038e65 to your computer and use it in GitHub Desktop.
Cmder configuration for Windows Terminal
{
"profiles":
{
"list":
[
{
"acrylicOpacity": 0.9,
"antialiasingMode": "grayscale",
"colorScheme": "Dracula",
"commandline": "cmd.exe /k c:/apps/cmder/vendor/init.bat",
"cursorHeight": 35,
"cursorShape": "filledBox",
"experimental.retroTerminalEffect": false,
"font":
{
"face": "JetBrains Mono",
"size": 13,
"weight": "normal"
},
"guid": "{00000000-0000-0000-ba54-000000000132}",
"hidden": false,
"icon": "C:\\Apps\\cmder\\icons\\cmder_green.ico",
"name": "Cmder",
"startingDirectory": "e:\\src",
"useAcrylic": false
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment