Last active
August 26, 2019 03:54
-
-
Save hach-que/81f179e617e42ca195465fd7504d7515 to your computer and use it in GitHub Desktop.
Windows Terminal profile for ConEmu users
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"globals" : | |
{ | |
"alwaysShowTabs" : true, | |
"defaultProfile" : "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"initialCols" : 200, | |
"initialRows" : 40, | |
"keybindings" : | |
[ | |
{ | |
"command" : "closeTab", | |
"keys" : | |
[ | |
"ctrl+w" | |
] | |
}, | |
{ | |
"command" : "copy", | |
"keys" : | |
[ | |
"ctrl+shift+c" | |
] | |
}, | |
{ | |
"command" : "newTab", | |
"keys" : | |
[ | |
"ctrl+t" | |
] | |
}, | |
{ | |
"command" : "newTabProfile0", | |
"keys" : | |
[ | |
"ctrl+shift+1" | |
] | |
}, | |
{ | |
"command" : "newTabProfile1", | |
"keys" : | |
[ | |
"ctrl+shift+2" | |
] | |
}, | |
{ | |
"command" : "newTabProfile2", | |
"keys" : | |
[ | |
"ctrl+shift+3" | |
] | |
}, | |
{ | |
"command" : "newTabProfile3", | |
"keys" : | |
[ | |
"ctrl+shift+4" | |
] | |
}, | |
{ | |
"command" : "newTabProfile4", | |
"keys" : | |
[ | |
"ctrl+shift+5" | |
] | |
}, | |
{ | |
"command" : "newTabProfile5", | |
"keys" : | |
[ | |
"ctrl+shift+6" | |
] | |
}, | |
{ | |
"command" : "newTabProfile6", | |
"keys" : | |
[ | |
"ctrl+shift+7" | |
] | |
}, | |
{ | |
"command" : "newTabProfile7", | |
"keys" : | |
[ | |
"ctrl+shift+8" | |
] | |
}, | |
{ | |
"command" : "newTabProfile8", | |
"keys" : | |
[ | |
"ctrl+shift+9" | |
] | |
}, | |
{ | |
"command" : "nextTab", | |
"keys" : | |
[ | |
"ctrl+tab" | |
] | |
}, | |
{ | |
"command" : "openSettings", | |
"keys" : | |
[ | |
"ctrl+," | |
] | |
}, | |
{ | |
"command" : "paste", | |
"keys" : | |
[ | |
"ctrl+shift+v" | |
] | |
}, | |
{ | |
"command" : "prevTab", | |
"keys" : | |
[ | |
"ctrl+shift+tab" | |
] | |
}, | |
{ | |
"command" : "scrollDown", | |
"keys" : | |
[ | |
"ctrl+shift+down" | |
] | |
}, | |
{ | |
"command" : "scrollDownPage", | |
"keys" : | |
[ | |
"ctrl+shift+pgdn" | |
] | |
}, | |
{ | |
"command" : "scrollUp", | |
"keys" : | |
[ | |
"ctrl+shift+up" | |
] | |
}, | |
{ | |
"command" : "scrollUpPage", | |
"keys" : | |
[ | |
"ctrl+shift+pgup" | |
] | |
}, | |
{ | |
"command" : "switchToTab0", | |
"keys" : | |
[ | |
"alt+1" | |
] | |
}, | |
{ | |
"command" : "switchToTab1", | |
"keys" : | |
[ | |
"alt+2" | |
] | |
}, | |
{ | |
"command" : "switchToTab2", | |
"keys" : | |
[ | |
"alt+3" | |
] | |
}, | |
{ | |
"command" : "switchToTab3", | |
"keys" : | |
[ | |
"alt+4" | |
] | |
}, | |
{ | |
"command" : "switchToTab4", | |
"keys" : | |
[ | |
"alt+5" | |
] | |
}, | |
{ | |
"command" : "switchToTab5", | |
"keys" : | |
[ | |
"alt+6" | |
] | |
}, | |
{ | |
"command" : "switchToTab6", | |
"keys" : | |
[ | |
"alt+7" | |
] | |
}, | |
{ | |
"command" : "switchToTab7", | |
"keys" : | |
[ | |
"alt+8" | |
] | |
}, | |
{ | |
"command" : "switchToTab8", | |
"keys" : | |
[ | |
"alt+9" | |
] | |
} | |
], | |
"requestedTheme" : "dark", | |
"showTabsInTitlebar" : true, | |
"showTerminalTitleInTitlebar" : true, | |
"wordDelimiters" : " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502" | |
}, | |
"profiles" : | |
[ | |
{ | |
"acrylicOpacity" : 0.85000002384185791, | |
"closeOnExit" : true, | |
"colorScheme" : "ConEmu", | |
"commandline" : "cmd.exe /K set PROMPT=$E[m$E[32m%USERNAME%@%COMPUTERNAME%$S$E[92m$P$E[90m$S$E[37;1m$E[90m$_$E[90m$$$E[m$S", | |
"cursorColor" : "#FFFFFF", | |
"cursorShape" : "bar", | |
"fontFace" : "Consolas", | |
"fontSize" : 10, | |
"guid" : "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"historySize" : 9001, | |
"icon" : "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png", | |
"name" : "cmd", | |
"padding" : "5, 5, 5, 5", | |
"snapOnInput" : true, | |
"startingDirectory" : "%USERPROFILE%\\Documents\\Projects", | |
"tabTitle" : "cmd", | |
"useAcrylic" : false | |
}, | |
{ | |
"acrylicOpacity" : 0.85000002384185791, | |
"closeOnExit" : true, | |
"colorScheme" : "ConEmu", | |
"commandline" : "C:\\Program Files\\PowerShell\\6\\pwsh.exe", | |
"cursorColor" : "#FFFFFF", | |
"cursorShape" : "bar", | |
"fontFace" : "Consolas", | |
"fontSize" : 10, | |
"guid" : "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"historySize" : 9001, | |
"icon" : "ms-appx:///ProfileIcons/{574e775e-4f2a-5b96-ac1e-a2962a402336}.png", | |
"name" : "PowerShell Core", | |
"padding" : "5, 5, 5, 5", | |
"snapOnInput" : true, | |
"startingDirectory" : "%USERPROFILE%", | |
"tabTitle" : "pwsh", | |
"useAcrylic" : false | |
}, | |
{ | |
"acrylicOpacity" : 0.85000002384185791, | |
"background" : "#012456", | |
"closeOnExit" : true, | |
"colorScheme" : "ConEmu", | |
"commandline" : "powershell.exe", | |
"cursorColor" : "#FFFFFF", | |
"cursorShape" : "bar", | |
"fontFace" : "Consolas", | |
"fontSize" : 10, | |
"guid" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"historySize" : 9001, | |
"icon" : "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png", | |
"name" : "Windows PowerShell", | |
"padding" : "5, 5, 5, 5", | |
"snapOnInput" : true, | |
"startingDirectory" : "%USERPROFILE%", | |
"tabTitle" : "Powershell", | |
"useAcrylic" : false | |
}, | |
{ | |
"acrylicOpacity" : 0.85000002384185791, | |
"closeOnExit" : true, | |
"colorScheme" : "ConEmu", | |
"commandline" : "wsl.exe -d Ubuntu", | |
"cursorColor" : "#FFFFFF", | |
"cursorShape" : "bar", | |
"fontFace" : "Consolas", | |
"fontSize" : 10, | |
"guid" : "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"historySize" : 9001, | |
"icon" : "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png", | |
"name" : "Ubuntu", | |
"padding" : "5, 5, 5, 5", | |
"snapOnInput" : true, | |
"tabTitle" : "WSL", | |
"useAcrylic" : false | |
} | |
], | |
"schemes" : | |
[ | |
{ | |
"background" : "#002B36", | |
"black" : "#002B36", | |
"blue" : "#268BD2", | |
"brightBlack" : "#93A1A1", | |
"brightBlue" : "#268BD2", | |
"brightCyan" : "#2AA198", | |
"brightGreen" : "#4FB636", | |
"brightPurple" : "#D33682", | |
"brightRed" : "#DC322F", | |
"brightWhite" : "#FDF6E3", | |
"brightYellow" : "#B58900", | |
"cyan" : "#3182A4", | |
"foreground" : "#EEE8D5", | |
"green" : "#008080", | |
"name" : "ConEmu", | |
"purple" : "#9C36B6", | |
"red" : "#CB4B16", | |
"white" : "#EEE8D5", | |
"yellow" : "#859900" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment