Skip to content

Instantly share code, notes, and snippets.

@bdollerup
Last active November 27, 2022 12:11
Show Gist options
  • Save bdollerup/836246b1cb7a0651a4172d0e5531de9d to your computer and use it in GitHub Desktop.
Save bdollerup/836246b1cb7a0651a4172d0e5531de9d to your computer and use it in GitHub Desktop.
Debian setup for Windows Terminal
{
"backgroundImage": "%USERPROFILE%\\OneDrive\\Teknik ting\\Windows Terminal\\debian-bg.jpg",
"backgroundImageOpacity": 0.2,
"backgroundImageStretchMode": "uniformToFill",
"closeOnExit": "graceful",
"colorScheme": "Ubuntu",
"font":
{
"face": "CaskaydiaCove Nerd Font"
},
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"hidden": false,
"icon": "%USERPROFILE%\\OneDrive\\Teknik ting\\Windows Terminal\\debian_32px.png",
"name": "Debian",
"opacity": 80,
"source": "Windows.Terminal.Wsl",
"startingDirectory": "\\\\wsl$\\Debian\\home\\bdollerup",
"tabColor": "#CE0056",
"tabTitle": "Debian",
"useAcrylic": true
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment