-
Notifications
You must be signed in to change notification settings - Fork 0
Windows Terminal
A.L.K edited this page Sep 8, 2020
·
1 revision
This config jason will change some parameter of the new Windows Terminal. It will change to the Dracula color scheme with a minor change (cursor will be pink)
{
"cursorColor": "#FF79C6"
}
Add a custom profile to the terminalOfficial Windows Terminal Profile docs. Some of the atributtes are:
{
"guid": ,
"name": ,
"hidden": ,
"commandline": ,
"startingDirectory": ,
"icon":
}
You will need a new GUID, you can generate one with:
New-Guid
To know more about this you can check the official guid page
The name that will apear on the tab and on the menu.
Sets if the profile will be displayed on the profile menu.
Sets the command line you will be using, powershell, cmd...
Pretty much self explanatory
Icon displayed with the name, it can be an URL or a file on your PC