Skip to content

Instantly share code, notes, and snippets.

@timmkrause
Last active October 23, 2021 00:59
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 timmkrause/755b9b8eda183aa8469624df4990b501 to your computer and use it in GitHub Desktop.
Save timmkrause/755b9b8eda183aa8469624df4990b501 to your computer and use it in GitHub Desktop.
Windows Terminal Configuration
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"actions": [],
"copyOnSelect": true,
"useAcrylicInTabRow": true,
"profiles":
{
"defaults": {},
"list":
[
{
"name": "PowerShell Core",
"source": "Windows.Terminal.PowershellCore",
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"startingDirectory": "C:\\source\\repos",
"cursorShape": "filledBox",
"font":
{
"face": "CaskaydiaCove Nerd Font"
},
"useAcrylic": true,
"acrylicOpacity": 0.5,
"backgroundImage": "ms-appdata:///roaming/Wallpaper_1.jpg",
"backgroundImageOpacity": 0.1,
"backgroundImageStretchMode": "fill"
},
{
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"startingDirectory": "C:\\source\\repos",
"cursorShape": "filledBox",
"font":
{
"face": "CaskaydiaCove Nerd Font"
},
"useAcrylic": true,
"acrylicOpacity": 0.5,
"backgroundImage": "ms-appdata:///roaming/Wallpaper_1.jpg",
"backgroundImageOpacity": 0.1,
"backgroundImageStretchMode": "fill"
},
{
"name": "cmd",
"commandline": "cmd.exe",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"startingDirectory": "C:\\source\\repos",
"cursorShape": "filledBox",
"font":
{
"face": "CaskaydiaCove Nerd Font"
},
"useAcrylic": true,
"acrylicOpacity": 0.5,
"backgroundImage": "ms-appdata:///roaming/Wallpaper_1.jpg",
"backgroundImageOpacity": 0.1,
"backgroundImageStretchMode": "fill"
},
{
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure",
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"startingDirectory": "C:\\source\\repos",
"cursorShape": "filledBox",
"font":
{
"face": "CaskaydiaCove Nerd Font"
},
"useAcrylic": true,
"acrylicOpacity": 0.5,
"backgroundImage": "ms-appdata:///roaming/Wallpaper_1.jpg",
"backgroundImageOpacity": 0.1,
"backgroundImageStretchMode": "fill"
}
]
},
"schemes": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment