Skip to content

Instantly share code, notes, and snippets.

@JudsonMurray
Forked from shanselman/settings.json
Created October 21, 2023 19:17
Show Gist options
  • Save JudsonMurray/36373e5012b47bc11b37b8a388e68ba8 to your computer and use it in GitHub Desktop.
Save JudsonMurray/36373e5012b47bc11b37b8a388e68ba8 to your computer and use it in GitHub Desktop.

Revisions

  1. @shanselman shanselman revised this gist Mar 9, 2021. 1 changed file with 348 additions and 121 deletions.
    469 changes: 348 additions & 121 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,93 +1,139 @@
    // This file was initially generated by Windows Terminal 0.11.1072.0
    // It should still be usable in newer versions, but newer versions might have additional
    // settings, help text, or changes that you will not see unless you clear this file
    // and let us generate a new one for you.

    // To view the default settings, hold "alt" while clicking on the "Settings" button.
    // For documentation on these settings, see: https://aka.ms/terminal-documentation
    {
    "$schema": "https://aka.ms/terminal-profiles-schema",



    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",

    // You can add more global application settings here.
    // To learn more about global settings, visit https://aka.ms/terminal-global-settings

    // If enabled, selections are automatically copied to your clipboard.
    "copyOnSelect": false,

    // A profile specifies a command to execute paired with information about how it should look and feel.
    // Each one of them will appear in the 'New Tab' dropdown,
    // and can be invoked from the commandline with `wt.exe -p xxx`
    // To learn more about profiles, visit https://aka.ms/terminal-profile-settings
    "profiles":
    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    // Add custom keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to "unbound".
    // To learn more about keybindings, visit https://aka.ms/terminal-keybindings
    "keybindings":
    [
    // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
    // These two lines additionally bind them to Ctrl+C and Ctrl+V.
    // To learn more about selection, visit https://aka.ms/terminal-selection
    {
    "command":
    {
    "action": "copy",
    "singleLine": false
    },
    "keys": "ctrl+c"
    },
    {
    "command": "paste",
    "keys": "ctrl+v"
    },
    {
    "command": "closePane",
    "keys": "ctrl+w"
    },
    {
    "command": "splitPane",
    "keys": "ctrl+_"
    },
    {
    "command": "newTab",
    "keys": "ctrl+T"
    },
    {
    "command": "toggleFocusMode",
    "keys": "shift+f11"
    },
    {
    "command": "toggleAlwaysOnTop",
    "keys": "alt+shift+f11"
    },
    {
    "command": "toggleRetroEffect",
    "keys": "ctrl+d"
    },
    {
    "command": "commandPalette",
    "keys": "ctrl+shift+p"
    },
    // Press Ctrl+Shift+F to open the search box
    {
    "command": "find",
    "keys": "ctrl+shift+f"
    },
    // Press Alt+Shift+D to open a new pane.
    // - "split": "auto" makes this pane open in the direction that provides the most surface area.
    // - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
    // To learn more about panes, visit https://aka.ms/terminal-panes
    {
    "command":
    {
    "action": "splitPane",
    "split": "auto",
    "splitMode": "duplicate"
    },
    "keys": "alt+shift+d"
    },
    {
    "command":
    {
    "action": "openSettings",
    "target": "settingsUI"
    },
    "keys": "ctrl+shift+,"
    }
    ],
    "profiles":
    {

    "defaults":
    "defaults":
    {
    // Put settings here that you want to apply to all profiles.
    "fontFace": "Cascadia Code PL",
    "fontSize": 16
    "fontFace": "CaskaydiaCove NF",
    "fontSize": 16
    },
    "list":
    "list":
    [
    {
    // Make changes here to the powershell.exe profile.
    "commandline": "C:/WINDOWS/SysWOW64/WindowsPowerShell/v1.0/powershell.exe -noe -c \"&{Import-Module \"\"\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll\"\"\"; Enter-VsDevShell a179bff0}\"",
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff45ce}",
    "name": "VS2019 Dev Prompt",
    "hidden": false,
    "commandline": "C:/WINDOWS/SysWOW64/WindowsPowerShell/v1.0/powershell.exe -noe -c \"&{Import-Module \"\"\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll\"\"\"; Enter-VsDevShell a179bff0}\"",
    "name": "VS2019 Dev Prompt",
    "startingDirectory": "%USERPROFILE%"
    },
    {
    // Make changes here to the powershell.exe profile.
    "commandline": "C:/Program Files/Git/bin/bash.exe --cd-to-home",
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff45cf}",
    "name": "git-bash",
    "hidden": false,
    "commandline": "C:/Program Files/Git/bin/bash.exe --cd-to-home",
    "icon": "C:/Program Files/Git/mingw64/share/git/git-for-windows.ico",
    "icon": "C:/Program Files/Git/mingw64/share/git/git-for-windows.ico",
    "name": "git-bash",
    "startingDirectory": "%USERPROFILE%"
    },
    {
    // Make changes here to the powershell.exe profile.
    "commandline": "C:\\Windows\\System32\\cmd.exe /k \"C:\\Program Files\\Mono\\bin\\setmonopath.bat\"",
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff45ca}",
    "name": "Mono",
    "hidden": false,
    "commandline": "C:\\Windows\\System32\\cmd.exe /k \"C:\\Program Files\\Mono\\bin\\setmonopath.bat\"",
    "icon": "C:/Program Files/Git/mingw64/share/git/git-for-windows.ico",
    "icon": "C:/Program Files/Git/mingw64/share/git/git-for-windows.ico",
    "name": "Mono",
    "startingDirectory": "%USERPROFILE%"
    },

    {
    // Make changes here to the powershell.exe profile.
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "name": "Windows PowerShell",
    "fontFace": "Cascadia Code",
    "commandline": "powershell.exe",
    "hidden": false
    "fontFace": "Cascadia Code",
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "hidden": false,
    "name": "Windows PowerShell"
    },
    {
    // Make changes here to the cmd.exe profile.
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "Command Prompt",
    "commandline": "cmd.exe",
    "hidden": false,
    "backgroundImage": "D:\\Dropbox\\utils\\TerminalBackgrounds\\dos.png",
    "backgroundImageAlignment": "bottomRight",
    "backgroundImageStretchMode": "none",
    "backgroundImageAlignment": "bottomRight"

    "commandline": "cmd.exe",
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "hidden": false,
    "name": "Command Prompt"
    },
    {
    "backgroundImage": "D:\\Dropbox\\utils\\TerminalBackgrounds\\powershell-2-400x225.png",
    "backgroundImageAlignment": "bottomRight",
    "backgroundImageStretchMode": "none",
    "colorScheme": "Campbell Powershell",
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": false,
    "name": "PowerShell",
    "source": "Windows.Terminal.PowershellCore",
    "backgroundImage": "D:\\Dropbox\\utils\\TerminalBackgrounds\\powershell-2-400x225.png",
    "backgroundImageStretchMode": "none",
    "backgroundImageAlignment": "bottomRight",
    "colorScheme": "Campbell Powershell"
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "guid": "{63e31163-583f-5850-9c1e-24e227dd2da9}",
    @@ -96,15 +142,15 @@
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "backgroundImage": "D:\\Dropbox\\utils\\TerminalBackgrounds\\ubuntu_white-orange_hex_su.png",
    "backgroundImageAlignment": "bottomRight",
    "backgroundImageStretchMode": "none",
    "colorScheme": "UbuntuLegit",
    "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "hidden": false,
    "name": "Ubuntu-18.04",
    "colorScheme": "UbuntuLegit",
    "source": "Windows.Terminal.Wsl",
    "startingDirectory": "//wsl$/Ubuntu-18.04/home/scott",
    "backgroundImage": "D:\\Dropbox\\utils\\TerminalBackgrounds\\ubuntu_white-orange_hex_su.png",
    "backgroundImageStretchMode": "none",
    "backgroundImageAlignment": "bottomRight"
    "startingDirectory": "//wsl$/Ubuntu-18.04/home/scott"
    },
    {
    "guid": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}",
    @@ -135,67 +181,248 @@
    "hidden": false,
    "name": "kali-linux",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{5fb123f1-af88-5b5c-8953-d14a8def1978}",
    "hidden": false,
    "name": "PowerShell 7",
    "source": "Windows.Terminal.PowershellCore"
    }
    ]
    },

    // Add custom color schemes to this array.
    // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
    "schemes": [
    {
    "background" : "#2C001E",
    "black" : "#4E9A06",
    "blue" : "#3465A4",
    "brightBlack" : "#555753",
    "brightBlue" : "#729FCF",
    "brightCyan" : "#34E2E2",
    "brightGreen" : "#8AE234",
    "brightPurple" : "#AD7FA8",
    "brightRed" : "#EF2929",
    "brightWhite" : "#EEEEEE",
    "brightYellow" : "#FCE94F",
    "cyan" : "#06989A",
    "foreground" : "#EEEEEE",
    "green" : "#300A24",
    "name" : "UbuntuLegit",
    "purple" : "#75507B",
    "red" : "#CC0000",
    "white" : "#D3D7CF",
    "yellow" : "#C4A000"
    "schemes":
    [
    {
    "background": "#0C0C0C",
    "black": "#0C0C0C",
    "blue": "#0037DA",
    "brightBlack": "#767676",
    "brightBlue": "#3B78FF",
    "brightCyan": "#61D6D6",
    "brightGreen": "#16C60C",
    "brightPurple": "#B4009E",
    "brightRed": "#E74856",
    "brightWhite": "#F2F2F2",
    "brightYellow": "#F9F1A5",
    "cursorColor": "#FFFFFF",
    "cyan": "#3A96DD",
    "foreground": "#CCCCCC",
    "green": "#13A10E",
    "name": "Campbell",
    "purple": "#881798",
    "red": "#C50F1F",
    "selectionBackground": "#FFFFFF",
    "white": "#CCCCCC",
    "yellow": "#C19C00"
    },
    {
    "background": "#012456",
    "black": "#0C0C0C",
    "blue": "#0037DA",
    "brightBlack": "#767676",
    "brightBlue": "#3B78FF",
    "brightCyan": "#61D6D6",
    "brightGreen": "#16C60C",
    "brightPurple": "#B4009E",
    "brightRed": "#E74856",
    "brightWhite": "#F2F2F2",
    "brightYellow": "#F9F1A5",
    "cursorColor": "#FFFFFF",
    "cyan": "#3A96DD",
    "foreground": "#CCCCCC",
    "green": "#13A10E",
    "name": "Campbell Powershell",
    "purple": "#881798",
    "red": "#C50F1F",
    "selectionBackground": "#FFFFFF",
    "white": "#CCCCCC",
    "yellow": "#C19C00"
    },
    {
    "background": "#282C34",
    "black": "#282C34",
    "blue": "#61AFEF",
    "brightBlack": "#5A6374",
    "brightBlue": "#61AFEF",
    "brightCyan": "#56B6C2",
    "brightGreen": "#98C379",
    "brightPurple": "#C678DD",
    "brightRed": "#E06C75",
    "brightWhite": "#DCDFE4",
    "brightYellow": "#E5C07B",
    "cursorColor": "#FFFFFF",
    "cyan": "#56B6C2",
    "foreground": "#DCDFE4",
    "green": "#98C379",
    "name": "One Half Dark",
    "purple": "#C678DD",
    "red": "#E06C75",
    "selectionBackground": "#FFFFFF",
    "white": "#DCDFE4",
    "yellow": "#E5C07B"
    },
    {
    "background": "#FAFAFA",
    "black": "#383A42",
    "blue": "#0184BC",
    "brightBlack": "#4F525D",
    "brightBlue": "#61AFEF",
    "brightCyan": "#56B5C1",
    "brightGreen": "#98C379",
    "brightPurple": "#C577DD",
    "brightRed": "#DF6C75",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#E4C07A",
    "cursorColor": "#4F525D",
    "cyan": "#0997B3",
    "foreground": "#383A42",
    "green": "#50A14F",
    "name": "One Half Light",
    "purple": "#A626A4",
    "red": "#E45649",
    "selectionBackground": "#FFFFFF",
    "white": "#FAFAFA",
    "yellow": "#C18301"
    },
    {
    "background": "#002B36",
    "black": "#002B36",
    "blue": "#268BD2",
    "brightBlack": "#073642",
    "brightBlue": "#839496",
    "brightCyan": "#93A1A1",
    "brightGreen": "#586E75",
    "brightPurple": "#6C71C4",
    "brightRed": "#CB4B16",
    "brightWhite": "#FDF6E3",
    "brightYellow": "#657B83",
    "cursorColor": "#FFFFFF",
    "cyan": "#2AA198",
    "foreground": "#839496",
    "green": "#859900",
    "name": "Solarized Dark",
    "purple": "#D33682",
    "red": "#DC322F",
    "selectionBackground": "#FFFFFF",
    "white": "#EEE8D5",
    "yellow": "#B58900"
    },
    {
    "background": "#FDF6E3",
    "black": "#002B36",
    "blue": "#268BD2",
    "brightBlack": "#073642",
    "brightBlue": "#839496",
    "brightCyan": "#93A1A1",
    "brightGreen": "#586E75",
    "brightPurple": "#6C71C4",
    "brightRed": "#CB4B16",
    "brightWhite": "#FDF6E3",
    "brightYellow": "#657B83",
    "cursorColor": "#002B36",
    "cyan": "#2AA198",
    "foreground": "#657B83",
    "green": "#859900",
    "name": "Solarized Light",
    "purple": "#D33682",
    "red": "#DC322F",
    "selectionBackground": "#FFFFFF",
    "white": "#EEE8D5",
    "yellow": "#B58900"
    },
    {
    "background": "#000000",
    "black": "#000000",
    "blue": "#3465A4",
    "brightBlack": "#555753",
    "brightBlue": "#729FCF",
    "brightCyan": "#34E2E2",
    "brightGreen": "#8AE234",
    "brightPurple": "#AD7FA8",
    "brightRed": "#EF2929",
    "brightWhite": "#EEEEEC",
    "brightYellow": "#FCE94F",
    "cursorColor": "#FFFFFF",
    "cyan": "#06989A",
    "foreground": "#D3D7CF",
    "green": "#4E9A06",
    "name": "Tango Dark",
    "purple": "#75507B",
    "red": "#CC0000",
    "selectionBackground": "#FFFFFF",
    "white": "#D3D7CF",
    "yellow": "#C4A000"
    },
    {
    "background": "#FFFFFF",
    "black": "#000000",
    "blue": "#3465A4",
    "brightBlack": "#555753",
    "brightBlue": "#729FCF",
    "brightCyan": "#34E2E2",
    "brightGreen": "#8AE234",
    "brightPurple": "#AD7FA8",
    "brightRed": "#EF2929",
    "brightWhite": "#EEEEEC",
    "brightYellow": "#FCE94F",
    "cursorColor": "#000000",
    "cyan": "#06989A",
    "foreground": "#555753",
    "green": "#4E9A06",
    "name": "Tango Light",
    "purple": "#75507B",
    "red": "#CC0000",
    "selectionBackground": "#FFFFFF",
    "white": "#D3D7CF",
    "yellow": "#C4A000"
    },
    {
    "background": "#2C001E",
    "black": "#75F50A",
    "blue": "#3465A4",
    "brightBlack": "#555753",
    "brightBlue": "#729FCF",
    "brightCyan": "#34E2E2",
    "brightGreen": "#8AE234",
    "brightPurple": "#AD7FA8",
    "brightRed": "#EF2929",
    "brightWhite": "#EEEEEE",
    "brightYellow": "#FCE94F",
    "cursorColor": "#FFFFFF",
    "cyan": "#06989A",
    "foreground": "#EEEEEE",
    "green": "#300A24",
    "name": "UbuntuLegit",
    "purple": "#75507B",
    "red": "#CC0000",
    "selectionBackground": "#FFFFFF",
    "white": "#D3D7CF",
    "yellow": "#C4A000"
    },
    {
    "background": "#000000",
    "black": "#000000",
    "blue": "#000080",
    "brightBlack": "#808080",
    "brightBlue": "#0000FF",
    "brightCyan": "#00FFFF",
    "brightGreen": "#00FF00",
    "brightPurple": "#FF00FF",
    "brightRed": "#FF0000",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#FFFF00",
    "cursorColor": "#FFFFFF",
    "cyan": "#008080",
    "foreground": "#C0C0C0",
    "green": "#008000",
    "name": "Vintage",
    "purple": "#800080",
    "red": "#800000",
    "selectionBackground": "#FFFFFF",
    "white": "#C0C0C0",
    "yellow": "#808000"
    }
    ],

    // Add custom keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to "unbound".
    // To learn more about keybindings, visit https://aka.ms/terminal-keybindings
    "keybindings":
    [
    // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
    // These two lines additionally bind them to Ctrl+C and Ctrl+V.
    // To learn more about selection, visit https://aka.ms/terminal-selection
    { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
    { "command": "paste", "keys": "ctrl+v" },
    { "command": "closePane", "keys": "ctrl+w" },
    { "command": "splitPane", "keys": "ctrl+_" },
    { "command": "newTab", "keys": "ctrl+T" },


    { "command": "toggleFocusMode", "keys": "shift+f11" },
    { "command": "toggleAlwaysOnTop", "keys": "alt+shift+f11" },
    { "command": "toggleRetroEffect", "keys": "ctrl+d" },
    { "command": "commandPalette", "keys": "ctrl+shift+p" },



    // Press Ctrl+Shift+F to open the search box
    { "command": "find", "keys": "ctrl+shift+f" },

    // Press Alt+Shift+D to open a new pane.
    // - "split": "auto" makes this pane open in the direction that provides the most surface area.
    // - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
    // To learn more about panes, visit https://aka.ms/terminal-panes
    { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" },
    "keys": "alt+shift+d" }
    ]

    }
    "theme": "system",
    "windowingBehavior": "useAnyExisting"
    }
  2. @shanselman shanselman revised this gist Nov 11, 2020. 1 changed file with 193 additions and 530 deletions.
    723 changes: 193 additions & 530 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,538 +1,201 @@
    // This file was initially generated by Windows Terminal 0.11.1072.0
    // It should still be usable in newer versions, but newer versions might have additional
    // settings, help text, or changes that you will not see unless you clear this file
    // and let us generate a new one for you.

    // To view the default settings, hold "alt" while clicking on the "Settings" button.
    // For documentation on these settings, see: https://aka.ms/terminal-documentation
    {
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "alwaysShowTabs": true,
    "defaultProfile": "{79285a8e-036c-446f-8a9c-78994e34cf85}",
    "initialCols": 120,
    "initialRows": 30,
    "requestedTheme": "dark",
    "keybindings": [
    {
    "command": "closeTab",
    "keys": [
    "ctrl+w"
    ]
    },
    {
    "command": "newTab",
    "keys": [
    "ctrl+t"
    ]
    },
    {
    "command": "nextTab",
    "keys": [
    "ctrl+tab"
    ]
    },
    {
    "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"
    ]
    }
    ],
    "showTabsInTitlebar": true,
    "showTerminalTitleInTitlebar": true,
    "wordDelimiters": " ./\\()\"\u0027-:,.;\u003c\u003e~!@#$%^\u0026*|+=[]{}~?�",
    "profiles": [
    {
    "acrylicOpacity": 0.85000002384185791,
    "closeOnExit": true,
    "colorScheme": "Lovelace",
    "commandline": "c://Program Files//Yori//yori.exe",
    "cursorColor": "#00FF00",
    "cursorHeight": 25,
    "cursorShape": "vintage",
    "fontFace": "Cascadia Code",
    "fontSize": 20,
    "guid": "{7d04ce37-c00f-43ac-ba47-992cb1393215}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/cmd-32.png",
    "name": "DOS but not DOS",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "C:/Users/Scott/Desktop",
    "tabTitle": "DOS, Kinda",
    "useAcrylic": true
    },
    {
    "acrylicOpacity": 0.85000002384185791,
    "background": "#012456",
    "closeOnExit": false,
    "colorScheme": "Campbell",
    "commandline": "powershell.exe",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Fira Code",
    "fontSize": 20,
    "guid": "{79285a8e-036c-446f-8a9c-78994e34bf85}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/pwsh-32.png",
    "name": "Powershell",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "C:/Users/Scott/Desktop",
    "tabTitle": "PowerShell",
    "useAcrylic": true
    },
    {
    "acrylicOpacity": 0.85000002384185791,
    "background": "#111111",
    "backgroundImageOpacity": 0.60000002384185791,
    "backgroundImageStretchMode": "uniformToFill",
    "closeOnExit": true,
    "colorScheme": "Chesterz",
    "commandline": "C://Program Files//PowerShell//6//pwsh.exe",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "CascadiaCode Nerd Font",
    "fontSize": 20,
    "guid": "{79285a8e-036c-446f-8a9c-78994e34cf85}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/pwsh-32.png",
    "name": "Powershell Core",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "C:/Users/Scott/Desktop",
    "tabTitle": "Powershell Core",
    "useAcrylic": true
    },
    {
    "acrylicOpacity": 0.85000002384185791,
    "background": "#012456",
    "backgroundImage": "C:/Users/Scott/Desktop/magic.gif",
    "backgroundImageOpacity": 0.69999998807907104,
    "backgroundImageStretchMode": "uniformToFill",
    "closeOnExit": false,
    "colorScheme": "Campbell",
    "commandline": "powershell.exe",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Fira Code",
    "fontSize": 20,
    "guid": "{79285a8e-036c-446f-8a9c-78994e34bf81}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/pwsh-32.png",
    "name": "Powershell BUT MAGIC",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "C:/Users/Scott/Desktop",
    "tabTitle": "MAGIC",
    "useAcrylic": false
    },
    {
    "acrylicOpacity": 0.85000002384185791,
    "background": "#012456",
    "closeOnExit": false,
    "colorScheme": "Campbell",
    "commandline": "C:\\Windows\\SysWOW64\\WindowsPowerShell\\v1.0\\powershell.exe -NoExit -Command \"\u0026 { Import-Module \u0027C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Common7\\Tools\\vsdevshell\\Microsoft.VisualStudio.DevShell.dll\u0027; Enter-VsDevShell -InstanceId 4f53a196}",
    "cursorColor": "#00FF00",
    "cursorHeight": 25,
    "cursorShape": "vintage",
    "fontFace": "Fira Code",
    "fontSize": 20,
    "guid": "{39285a8e-036c-446f-8a9c-78994e34bf85}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/vs2019.png",
    "name": "VS2019 Powershell",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "C:/Users/Scott/Desktop",
    "tabTitle": "VS2019",
    "useAcrylic": true
    },
    {

    "startingDirectory": "\\\\wsl$\\Ubuntu-18.04\\home\\scott",
    "acrylicOpacity": 0.85000002384185791,
    "closeOnExit": false,
    "colorScheme": "UbuntuLegit",
    "commandline": "wsl.exe -d Ubuntu-18.04",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Fira Code",
    "fontSize": 20,
    "guid": "{8d04ce37-c00f-43ac-ba47-992cb1393215}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/ubuntu-32.png",
    "name": "Ubuntu 18",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "tabTitle": "Ubuntu",
    "useAcrylic": true
    },
    {
    "acrylicOpacity": 0.85000002384185791,
    "closeOnExit": true,
    "colorScheme": "Solarized Dark",
    "commandline": "Azure",
    "connectionType": "{d9fcfdfa-a479-412c-83b7-c5640e61cd62}",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Consolas",
    "fontSize": 15,
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "historySize": 9001,
    "icon": "ms-appx:///ProfileIcons/{b453ae62-4e3d-5e58-b989-0a998ec441b8}.png",
    "name": "Azure Cloud Shell",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "%USERPROFILE%",
    "tabTitle": "Azure",
    "useAcrylic": true
    },
    {
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": true,
    "name": "PowerShell Core",
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "guid": "{7f586916-8357-53d4-bb2b-ca96f639898a}",
    "hidden": false,
    "name": "Pengwin Linux",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{570fcb8d-792c-5ac7-ab1f-5cfb2cdfdb99}",
    "hidden": true,
    "name": "docker-desktop",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{d8afdc0e-a636-5b68-89dd-50a9d0b54349}",
    "hidden": true,
    "name": "docker-desktop-data",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "hidden": true,
    "name": "Ubuntu-18.04",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{63e31163-583f-5850-9c1e-24e227dd2da9}",
    "hidden": false,
    "name": "PowerShell (dotnet global)",
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}",
    "hidden": false,
    "name": "kali-linux",
    "source": "Windows.Terminal.Wsl"
    },


    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",

    // You can add more global application settings here.
    // To learn more about global settings, visit https://aka.ms/terminal-global-settings

    // If enabled, selections are automatically copied to your clipboard.
    "copyOnSelect": false,

    // A profile specifies a command to execute paired with information about how it should look and feel.
    // Each one of them will appear in the 'New Tab' dropdown,
    // and can be invoked from the commandline with `wt.exe -p xxx`
    // To learn more about profiles, visit https://aka.ms/terminal-profile-settings
    "profiles":
    {

    "defaults":
    {
    "guid": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}",
    "hidden": false,
    "name": "Alpine",
    "source": "Windows.Terminal.Wsl"
    // Put settings here that you want to apply to all profiles.
    "fontFace": "Cascadia Code PL",
    "fontSize": 16
    },
    "list":
    [
    {
    // Make changes here to the powershell.exe profile.
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff45ce}",
    "name": "VS2019 Dev Prompt",
    "hidden": false,
    "commandline": "C:/WINDOWS/SysWOW64/WindowsPowerShell/v1.0/powershell.exe -noe -c \"&{Import-Module \"\"\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll\"\"\"; Enter-VsDevShell a179bff0}\"",
    "startingDirectory": "%USERPROFILE%"
    },
    {
    // Make changes here to the powershell.exe profile.
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff45cf}",
    "name": "git-bash",
    "hidden": false,
    "commandline": "C:/Program Files/Git/bin/bash.exe --cd-to-home",
    "icon": "C:/Program Files/Git/mingw64/share/git/git-for-windows.ico",
    "startingDirectory": "%USERPROFILE%"
    },
    {
    // Make changes here to the powershell.exe profile.
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff45ca}",
    "name": "Mono",
    "hidden": false,
    "commandline": "C:\\Windows\\System32\\cmd.exe /k \"C:\\Program Files\\Mono\\bin\\setmonopath.bat\"",
    "icon": "C:/Program Files/Git/mingw64/share/git/git-for-windows.ico",
    "startingDirectory": "%USERPROFILE%"
    },

    {
    // Make changes here to the powershell.exe profile.
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "name": "Windows PowerShell",
    "fontFace": "Cascadia Code",
    "commandline": "powershell.exe",
    "hidden": false
    },
    {
    // Make changes here to the cmd.exe profile.
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "Command Prompt",
    "commandline": "cmd.exe",
    "hidden": false,
    "backgroundImage": "D:\\Dropbox\\utils\\TerminalBackgrounds\\dos.png",
    "backgroundImageStretchMode": "none",
    "backgroundImageAlignment": "bottomRight"

    },
    {
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": false,
    "name": "PowerShell",
    "source": "Windows.Terminal.PowershellCore",
    "backgroundImage": "D:\\Dropbox\\utils\\TerminalBackgrounds\\powershell-2-400x225.png",
    "backgroundImageStretchMode": "none",
    "backgroundImageAlignment": "bottomRight",
    "colorScheme": "Campbell Powershell"
    },
    {
    "guid": "{63e31163-583f-5850-9c1e-24e227dd2da9}",
    "hidden": true,
    "name": "PowerShell (dotnet global)",
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "hidden": false,
    "name": "Ubuntu-18.04",
    "colorScheme": "UbuntuLegit",
    "source": "Windows.Terminal.Wsl",
    "startingDirectory": "//wsl$/Ubuntu-18.04/home/scott",
    "backgroundImage": "D:\\Dropbox\\utils\\TerminalBackgrounds\\ubuntu_white-orange_hex_su.png",
    "backgroundImageStretchMode": "none",
    "backgroundImageAlignment": "bottomRight"
    },
    {
    "guid": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}",
    "hidden": true,
    "name": "Alpine",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{7f586916-8357-53d4-bb2b-ca96f639898a}",
    "hidden": false,
    "name": "WLinux",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    },
    {
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "hidden": false,
    "name": "Ubuntu-20.04",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}",
    "hidden": false,
    "name": "kali-linux",
    "source": "Windows.Terminal.Wsl"
    }
    ]
    },

    // Add custom color schemes to this array.
    // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
    "schemes": [
    {
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "hidden": false,
    "name": "Ubuntu-20.04",
    "source": "Windows.Terminal.Wsl"
    "background" : "#2C001E",
    "black" : "#4E9A06",
    "blue" : "#3465A4",
    "brightBlack" : "#555753",
    "brightBlue" : "#729FCF",
    "brightCyan" : "#34E2E2",
    "brightGreen" : "#8AE234",
    "brightPurple" : "#AD7FA8",
    "brightRed" : "#EF2929",
    "brightWhite" : "#EEEEEE",
    "brightYellow" : "#FCE94F",
    "cyan" : "#06989A",
    "foreground" : "#EEEEEE",
    "green" : "#300A24",
    "name" : "UbuntuLegit",
    "purple" : "#75507B",
    "red" : "#CC0000",
    "white" : "#D3D7CF",
    "yellow" : "#C4A000"
    }
    ],
    "schemes": [
    {
    "background": "#0C0C0C",
    "black": "#0C0C0C",
    "blue": "#0037DA",
    "brightBlack": "#767676",
    "brightBlue": "#3B78FF",
    "brightCyan": "#61D6D6",
    "brightGreen": "#16C60C",
    "brightPurple": "#B4009E",
    "brightRed": "#E74856",
    "brightWhite": "#F2F2F2",
    "brightYellow": "#F9F1A5",
    "cyan": "#3A96DD",
    "foreground": "#F2F2F2",
    "green": "#13A10E",
    "name": "Campbell",
    "purple": "#881798",
    "red": "#C50F1F",
    "white": "#CCCCCC",
    "yellow": "#C19C00"
    },
    {
    "background": "#073642",
    "black": "#073642",
    "blue": "#268BD2",
    "brightBlack": "#002B36",
    "brightBlue": "#839496",
    "brightCyan": "#93A1A1",
    "brightGreen": "#586E75",
    "brightPurple": "#6C71C4",
    "brightRed": "#CB4B16",
    "brightWhite": "#FDF6E3",
    "brightYellow": "#657B83",
    "cyan": "#2AA198",
    "foreground": "#FDF6E3",
    "green": "#859900",
    "name": "Solarized Dark",
    "purple": "#D33682",
    "red": "#D30102",
    "white": "#EEE8D5",
    "yellow": "#B58900"
    },
    {
    "background": "#FDF6E3",
    "black": "#073642",
    "blue": "#268BD2",
    "brightBlack": "#002B36",
    "brightBlue": "#839496",
    "brightCyan": "#93A1A1",
    "brightGreen": "#586E75",
    "brightPurple": "#6C71C4",
    "brightRed": "#CB4B16",
    "brightWhite": "#FDF6E3",
    "brightYellow": "#657B83",
    "cyan": "#2AA198",
    "foreground": "#073642",
    "green": "#859900",
    "name": "Solarized Light",
    "purple": "#D33682",
    "red": "#D30102",
    "white": "#EEE8D5",
    "yellow": "#B58900"
    },
    {
    "background": "#2C001E",
    "black": "#EEEEEC",
    "blue": "#268BD2",
    "brightBlack": "#002B36",
    "brightBlue": "#839496",
    "brightCyan": "#93A1A1",
    "brightGreen": "#586E75",
    "brightPurple": "#6C71C4",
    "brightRed": "#CB4B16",
    "brightWhite": "#FDF6E3",
    "brightYellow": "#657B83",
    "cyan": "#2AA198",
    "foreground": "#EEEEEC",
    "green": "#729FCF",
    "name": "Ubuntu",
    "purple": "#D33682",
    "red": "#16C60C",
    "white": "#EEE8D5",
    "yellow": "#B58900"
    },
    {
    "background": "#2C001E",
    "black": "#4E9A06",
    "blue": "#3465A4",
    "brightBlack": "#555753",
    "brightBlue": "#729FCF",
    "brightCyan": "#34E2E2",
    "brightGreen": "#8AE234",
    "brightPurple": "#AD7FA8",
    "brightRed": "#EF2929",
    "brightWhite": "#EEEEEE",
    "brightYellow": "#FCE94F",
    "cyan": "#06989A",
    "foreground": "#EEEEEE",
    "green": "#300A24",
    "name": "UbuntuLegit",
    "purple": "#75507B",
    "red": "#CC0000",
    "white": "#D3D7CF",
    "yellow": "#C4A000"
    },
    {
    "background": "#141E43",
    "black": "#000000",
    "blue": "#338F86",
    "brightBlack": "#3F5648",
    "brightBlue": "#23D7D7",
    "brightCyan": "#00EDE1",
    "brightGreen": "#74CD68",
    "brightPurple": "#FF37FF",
    "brightRed": "#FF3242",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#FFB929",
    "cyan": "#23D7D7",
    "foreground": "#E1E1E1",
    "green": "#74AF68",
    "name": "Pandora",
    "purple": "#9414E6",
    "red": "#FF4242",
    "white": "#E2E2E2",
    "yellow": "#FFAD29"
    },
    {
    "background": "#191919",
    "black": "#321300",
    "blue": "#58859A",
    "brightBlack": "#433626",
    "brightBlue": "#85CFED",
    "brightCyan": "#F07D14",
    "brightGreen": "#55F238",
    "brightPurple": "#E14C5A",
    "brightRed": "#ED5D20",
    "brightWhite": "#FFC800",
    "brightYellow": "#F2B732",
    "cyan": "#B25A1E",
    "foreground": "#786B53",
    "green": "#44A900",
    "name": "Treehouse",
    "purple": "#97363D",
    "red": "#B2270E",
    "white": "#786B53",
    "yellow": "#AA820C"
    },
    {
    "background": "#191919",
    "black": "#321300",
    "blue": "#58859A",
    "brightBlack": "#433626",
    "brightBlue": "#85CFED",
    "brightCyan": "#F07D14",
    "brightGreen": "#55F238",
    "brightPurple": "#E14C5A",
    "brightRed": "#ED5D20",
    "brightWhite": "#FFC800",
    "brightYellow": "#F2B732",
    "cyan": "#B25A1E",
    "foreground": "#786B53",
    "green": "#44A900",
    "name": "Treehousez",
    "purple": "#97363D",
    "red": "#B2270E",
    "white": "#786B53",
    "yellow": "#AA820C"
    },
    {
    "background": "#300A24",
    "black": "#2E3436",
    "blue": "#3465A4",
    "brightBlack": "#555753",
    "brightBlue": "#729FCF",
    "brightCyan": "#34E2E2",
    "brightGreen": "#8AE234",
    "brightPurple": "#AD7FA8",
    "brightRed": "#EF2929",
    "brightWhite": "#EEEEEC",
    "brightYellow": "#FCE94F",
    "cyan": "#06989A",
    "foreground": "#EEEEEC",
    "green": "#4E9A06",
    "name": "Ubuntuz",
    "purple": "#75507B",
    "red": "#CC0000",
    "white": "#D3D7CF",
    "yellow": "#C4A000"
    },
    {
    "background": "#000000",
    "black": "#000000",
    "blue": "#0084D4",
    "brightBlack": "#1B1D21",
    "brightBlue": "#0084D4",
    "brightCyan": "#CCCCFF",
    "brightGreen": "#56DB3A",
    "brightPurple": "#B729D9",
    "brightRed": "#DC322F",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#FF8400",
    "cyan": "#CCCCFF",
    "foreground": "#FFFFFF",
    "green": "#56DB3A",
    "name": "Symfonicz",
    "purple": "#B729D9",
    "red": "#DC322F",
    "white": "#FFFFFF",
    "yellow": "#FF8400"
    },
    {
    "background": "#29262F",
    "black": "#000000",
    "blue": "#7372C3",
    "brightBlack": "#323232",
    "brightBlue": "#AAAADB",
    "brightCyan": "#AADADB",
    "brightGreen": "#AADBAA",
    "brightPurple": "#DBAADA",
    "brightRed": "#DBAAAA",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#DADBAA",
    "cyan": "#72C2C3",
    "foreground": "#D9E6F2",
    "green": "#72C373",
    "name": "Chalkboardz",
    "purple": "#C372C2",
    "red": "#C37372",
    "white": "#D9D9D9",
    "yellow": "#C2C372"
    },
    {
    "background": "#2C3643",
    "black": "#080200",
    "blue": "#288AD6",
    "brightBlack": "#6F6B68",
    "brightBlue": "#278AD6",
    "brightCyan": "#27DEDE",
    "brightGreen": "#16C98D",
    "brightPurple": "#D34590",
    "brightRed": "#FA5E5B",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#FEEF6D",
    "cyan": "#28DDDE",
    "foreground": "#FFFFFF",
    "green": "#16C98D",
    "name": "Chesterz",
    "purple": "#D34590",
    "red": "#FA5E5B",
    "white": "#E7E7E7",
    "yellow": "#FFC83F"
    },
    {
    "background": "#1D1F28",
    "black": "#282A36",
    "blue": "#8897F4",
    "brightBlack": "#414458",
    "brightBlue": "#556FFF",
    "brightCyan": "#3FDCEE",
    "brightGreen": "#18E3C8",
    "brightPurple": "#B043D1",
    "brightRed": "#FF4971",
    "brightWhite": "#BEBEC1",
    "brightYellow": "#FF8037",
    "cyan": "#79E6F3",
    "foreground": "#FDFDFD",
    "green": "#5ADECD",
    "name": "Lovelace",
    "purple": "#C574DD",
    "red": "#F37F97",
    "white": "#FDFDFD",
    "yellow": "#F2A272"
    }
    ]
    ],

    // Add custom keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to "unbound".
    // To learn more about keybindings, visit https://aka.ms/terminal-keybindings
    "keybindings":
    [
    // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
    // These two lines additionally bind them to Ctrl+C and Ctrl+V.
    // To learn more about selection, visit https://aka.ms/terminal-selection
    { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
    { "command": "paste", "keys": "ctrl+v" },
    { "command": "closePane", "keys": "ctrl+w" },
    { "command": "splitPane", "keys": "ctrl+_" },
    { "command": "newTab", "keys": "ctrl+T" },


    { "command": "toggleFocusMode", "keys": "shift+f11" },
    { "command": "toggleAlwaysOnTop", "keys": "alt+shift+f11" },
    { "command": "toggleRetroEffect", "keys": "ctrl+d" },
    { "command": "commandPalette", "keys": "ctrl+shift+p" },



    // Press Ctrl+Shift+F to open the search box
    { "command": "find", "keys": "ctrl+shift+f" },

    // Press Alt+Shift+D to open a new pane.
    // - "split": "auto" makes this pane open in the direction that provides the most surface area.
    // - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
    // To learn more about panes, visit https://aka.ms/terminal-panes
    { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" },
    "keys": "alt+shift+d" }
    ]

    }
  3. @shanselman shanselman renamed this gist Aug 27, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. @shanselman shanselman revised this gist Aug 27, 2020. 1 changed file with 82 additions and 168 deletions.
    250 changes: 82 additions & 168 deletions profile.json
    Original file line number Diff line number Diff line change
    @@ -1,173 +1,63 @@
    {
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "globals": {
    "alwaysShowTabs": true,
    "defaultProfile": "{79285a8e-036c-446f-8a9c-78994e34cf85}",
    "initialCols": 120,
    "initialRows": 30,
    "requestedTheme": "dark",
    "keybindings": [
    {
    "command": "closeTab",
    "keys": [
    "ctrl+w"
    ]
    },
    {
    "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": "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"
    ]
    }
    ],
    "showTabsInTitlebar": true,
    "showTerminalTitleInTitlebar": true,
    "wordDelimiters": " ./\\()\"\u0027-:,.;\u003c\u003e~!@#$%^\u0026*|+=[]{}~?�"
    },
    "alwaysShowTabs": true,
    "defaultProfile": "{79285a8e-036c-446f-8a9c-78994e34cf85}",
    "initialCols": 120,
    "initialRows": 30,
    "requestedTheme": "dark",
    "keybindings": [
    {
    "command": "closeTab",
    "keys": [
    "ctrl+w"
    ]
    },
    {
    "command": "newTab",
    "keys": [
    "ctrl+t"
    ]
    },
    {
    "command": "nextTab",
    "keys": [
    "ctrl+tab"
    ]
    },
    {
    "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"
    ]
    }
    ],
    "showTabsInTitlebar": true,
    "showTerminalTitleInTitlebar": true,
    "wordDelimiters": " ./\\()\"\u0027-:,.;\u003c\u003e~!@#$%^\u0026*|+=[]{}~?�",
    "profiles": [
    {
    "acrylicOpacity": 0.85000002384185791,
    @@ -344,6 +234,30 @@
    "hidden": true,
    "name": "Ubuntu-18.04",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{63e31163-583f-5850-9c1e-24e227dd2da9}",
    "hidden": false,
    "name": "PowerShell (dotnet global)",
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}",
    "hidden": false,
    "name": "kali-linux",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}",
    "hidden": false,
    "name": "Alpine",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "hidden": false,
    "name": "Ubuntu-20.04",
    "source": "Windows.Terminal.Wsl"
    }
    ],
    "schemes": [
  5. @shanselman shanselman created this gist Feb 11, 2020.
    624 changes: 624 additions & 0 deletions profile.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,624 @@
    {
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "globals": {
    "alwaysShowTabs": true,
    "defaultProfile": "{79285a8e-036c-446f-8a9c-78994e34cf85}",
    "initialCols": 120,
    "initialRows": 30,
    "requestedTheme": "dark",
    "keybindings": [
    {
    "command": "closeTab",
    "keys": [
    "ctrl+w"
    ]
    },
    {
    "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": "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"
    ]
    }
    ],
    "showTabsInTitlebar": true,
    "showTerminalTitleInTitlebar": true,
    "wordDelimiters": " ./\\()\"\u0027-:,.;\u003c\u003e~!@#$%^\u0026*|+=[]{}~?�"
    },
    "profiles": [
    {
    "acrylicOpacity": 0.85000002384185791,
    "closeOnExit": true,
    "colorScheme": "Lovelace",
    "commandline": "c://Program Files//Yori//yori.exe",
    "cursorColor": "#00FF00",
    "cursorHeight": 25,
    "cursorShape": "vintage",
    "fontFace": "Cascadia Code",
    "fontSize": 20,
    "guid": "{7d04ce37-c00f-43ac-ba47-992cb1393215}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/cmd-32.png",
    "name": "DOS but not DOS",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "C:/Users/Scott/Desktop",
    "tabTitle": "DOS, Kinda",
    "useAcrylic": true
    },
    {
    "acrylicOpacity": 0.85000002384185791,
    "background": "#012456",
    "closeOnExit": false,
    "colorScheme": "Campbell",
    "commandline": "powershell.exe",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Fira Code",
    "fontSize": 20,
    "guid": "{79285a8e-036c-446f-8a9c-78994e34bf85}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/pwsh-32.png",
    "name": "Powershell",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "C:/Users/Scott/Desktop",
    "tabTitle": "PowerShell",
    "useAcrylic": true
    },
    {
    "acrylicOpacity": 0.85000002384185791,
    "background": "#111111",
    "backgroundImageOpacity": 0.60000002384185791,
    "backgroundImageStretchMode": "uniformToFill",
    "closeOnExit": true,
    "colorScheme": "Chesterz",
    "commandline": "C://Program Files//PowerShell//6//pwsh.exe",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "CascadiaCode Nerd Font",
    "fontSize": 20,
    "guid": "{79285a8e-036c-446f-8a9c-78994e34cf85}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/pwsh-32.png",
    "name": "Powershell Core",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "C:/Users/Scott/Desktop",
    "tabTitle": "Powershell Core",
    "useAcrylic": true
    },
    {
    "acrylicOpacity": 0.85000002384185791,
    "background": "#012456",
    "backgroundImage": "C:/Users/Scott/Desktop/magic.gif",
    "backgroundImageOpacity": 0.69999998807907104,
    "backgroundImageStretchMode": "uniformToFill",
    "closeOnExit": false,
    "colorScheme": "Campbell",
    "commandline": "powershell.exe",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Fira Code",
    "fontSize": 20,
    "guid": "{79285a8e-036c-446f-8a9c-78994e34bf81}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/pwsh-32.png",
    "name": "Powershell BUT MAGIC",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "C:/Users/Scott/Desktop",
    "tabTitle": "MAGIC",
    "useAcrylic": false
    },
    {
    "acrylicOpacity": 0.85000002384185791,
    "background": "#012456",
    "closeOnExit": false,
    "colorScheme": "Campbell",
    "commandline": "C:\\Windows\\SysWOW64\\WindowsPowerShell\\v1.0\\powershell.exe -NoExit -Command \"\u0026 { Import-Module \u0027C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Common7\\Tools\\vsdevshell\\Microsoft.VisualStudio.DevShell.dll\u0027; Enter-VsDevShell -InstanceId 4f53a196}",
    "cursorColor": "#00FF00",
    "cursorHeight": 25,
    "cursorShape": "vintage",
    "fontFace": "Fira Code",
    "fontSize": 20,
    "guid": "{39285a8e-036c-446f-8a9c-78994e34bf85}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/vs2019.png",
    "name": "VS2019 Powershell",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "C:/Users/Scott/Desktop",
    "tabTitle": "VS2019",
    "useAcrylic": true
    },
    {

    "startingDirectory": "\\\\wsl$\\Ubuntu-18.04\\home\\scott",
    "acrylicOpacity": 0.85000002384185791,
    "closeOnExit": false,
    "colorScheme": "UbuntuLegit",
    "commandline": "wsl.exe -d Ubuntu-18.04",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Fira Code",
    "fontSize": 20,
    "guid": "{8d04ce37-c00f-43ac-ba47-992cb1393215}",
    "historySize": 9001,
    "icon": "ms-appdata:///roaming/ubuntu-32.png",
    "name": "Ubuntu 18",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "tabTitle": "Ubuntu",
    "useAcrylic": true
    },
    {
    "acrylicOpacity": 0.85000002384185791,
    "closeOnExit": true,
    "colorScheme": "Solarized Dark",
    "commandline": "Azure",
    "connectionType": "{d9fcfdfa-a479-412c-83b7-c5640e61cd62}",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Consolas",
    "fontSize": 15,
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "historySize": 9001,
    "icon": "ms-appx:///ProfileIcons/{b453ae62-4e3d-5e58-b989-0a998ec441b8}.png",
    "name": "Azure Cloud Shell",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "%USERPROFILE%",
    "tabTitle": "Azure",
    "useAcrylic": true
    },
    {
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": true,
    "name": "PowerShell Core",
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "guid": "{7f586916-8357-53d4-bb2b-ca96f639898a}",
    "hidden": false,
    "name": "Pengwin Linux",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{570fcb8d-792c-5ac7-ab1f-5cfb2cdfdb99}",
    "hidden": true,
    "name": "docker-desktop",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{d8afdc0e-a636-5b68-89dd-50a9d0b54349}",
    "hidden": true,
    "name": "docker-desktop-data",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "hidden": true,
    "name": "Ubuntu-18.04",
    "source": "Windows.Terminal.Wsl"
    }
    ],
    "schemes": [
    {
    "background": "#0C0C0C",
    "black": "#0C0C0C",
    "blue": "#0037DA",
    "brightBlack": "#767676",
    "brightBlue": "#3B78FF",
    "brightCyan": "#61D6D6",
    "brightGreen": "#16C60C",
    "brightPurple": "#B4009E",
    "brightRed": "#E74856",
    "brightWhite": "#F2F2F2",
    "brightYellow": "#F9F1A5",
    "cyan": "#3A96DD",
    "foreground": "#F2F2F2",
    "green": "#13A10E",
    "name": "Campbell",
    "purple": "#881798",
    "red": "#C50F1F",
    "white": "#CCCCCC",
    "yellow": "#C19C00"
    },
    {
    "background": "#073642",
    "black": "#073642",
    "blue": "#268BD2",
    "brightBlack": "#002B36",
    "brightBlue": "#839496",
    "brightCyan": "#93A1A1",
    "brightGreen": "#586E75",
    "brightPurple": "#6C71C4",
    "brightRed": "#CB4B16",
    "brightWhite": "#FDF6E3",
    "brightYellow": "#657B83",
    "cyan": "#2AA198",
    "foreground": "#FDF6E3",
    "green": "#859900",
    "name": "Solarized Dark",
    "purple": "#D33682",
    "red": "#D30102",
    "white": "#EEE8D5",
    "yellow": "#B58900"
    },
    {
    "background": "#FDF6E3",
    "black": "#073642",
    "blue": "#268BD2",
    "brightBlack": "#002B36",
    "brightBlue": "#839496",
    "brightCyan": "#93A1A1",
    "brightGreen": "#586E75",
    "brightPurple": "#6C71C4",
    "brightRed": "#CB4B16",
    "brightWhite": "#FDF6E3",
    "brightYellow": "#657B83",
    "cyan": "#2AA198",
    "foreground": "#073642",
    "green": "#859900",
    "name": "Solarized Light",
    "purple": "#D33682",
    "red": "#D30102",
    "white": "#EEE8D5",
    "yellow": "#B58900"
    },
    {
    "background": "#2C001E",
    "black": "#EEEEEC",
    "blue": "#268BD2",
    "brightBlack": "#002B36",
    "brightBlue": "#839496",
    "brightCyan": "#93A1A1",
    "brightGreen": "#586E75",
    "brightPurple": "#6C71C4",
    "brightRed": "#CB4B16",
    "brightWhite": "#FDF6E3",
    "brightYellow": "#657B83",
    "cyan": "#2AA198",
    "foreground": "#EEEEEC",
    "green": "#729FCF",
    "name": "Ubuntu",
    "purple": "#D33682",
    "red": "#16C60C",
    "white": "#EEE8D5",
    "yellow": "#B58900"
    },
    {
    "background": "#2C001E",
    "black": "#4E9A06",
    "blue": "#3465A4",
    "brightBlack": "#555753",
    "brightBlue": "#729FCF",
    "brightCyan": "#34E2E2",
    "brightGreen": "#8AE234",
    "brightPurple": "#AD7FA8",
    "brightRed": "#EF2929",
    "brightWhite": "#EEEEEE",
    "brightYellow": "#FCE94F",
    "cyan": "#06989A",
    "foreground": "#EEEEEE",
    "green": "#300A24",
    "name": "UbuntuLegit",
    "purple": "#75507B",
    "red": "#CC0000",
    "white": "#D3D7CF",
    "yellow": "#C4A000"
    },
    {
    "background": "#141E43",
    "black": "#000000",
    "blue": "#338F86",
    "brightBlack": "#3F5648",
    "brightBlue": "#23D7D7",
    "brightCyan": "#00EDE1",
    "brightGreen": "#74CD68",
    "brightPurple": "#FF37FF",
    "brightRed": "#FF3242",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#FFB929",
    "cyan": "#23D7D7",
    "foreground": "#E1E1E1",
    "green": "#74AF68",
    "name": "Pandora",
    "purple": "#9414E6",
    "red": "#FF4242",
    "white": "#E2E2E2",
    "yellow": "#FFAD29"
    },
    {
    "background": "#191919",
    "black": "#321300",
    "blue": "#58859A",
    "brightBlack": "#433626",
    "brightBlue": "#85CFED",
    "brightCyan": "#F07D14",
    "brightGreen": "#55F238",
    "brightPurple": "#E14C5A",
    "brightRed": "#ED5D20",
    "brightWhite": "#FFC800",
    "brightYellow": "#F2B732",
    "cyan": "#B25A1E",
    "foreground": "#786B53",
    "green": "#44A900",
    "name": "Treehouse",
    "purple": "#97363D",
    "red": "#B2270E",
    "white": "#786B53",
    "yellow": "#AA820C"
    },
    {
    "background": "#191919",
    "black": "#321300",
    "blue": "#58859A",
    "brightBlack": "#433626",
    "brightBlue": "#85CFED",
    "brightCyan": "#F07D14",
    "brightGreen": "#55F238",
    "brightPurple": "#E14C5A",
    "brightRed": "#ED5D20",
    "brightWhite": "#FFC800",
    "brightYellow": "#F2B732",
    "cyan": "#B25A1E",
    "foreground": "#786B53",
    "green": "#44A900",
    "name": "Treehousez",
    "purple": "#97363D",
    "red": "#B2270E",
    "white": "#786B53",
    "yellow": "#AA820C"
    },
    {
    "background": "#300A24",
    "black": "#2E3436",
    "blue": "#3465A4",
    "brightBlack": "#555753",
    "brightBlue": "#729FCF",
    "brightCyan": "#34E2E2",
    "brightGreen": "#8AE234",
    "brightPurple": "#AD7FA8",
    "brightRed": "#EF2929",
    "brightWhite": "#EEEEEC",
    "brightYellow": "#FCE94F",
    "cyan": "#06989A",
    "foreground": "#EEEEEC",
    "green": "#4E9A06",
    "name": "Ubuntuz",
    "purple": "#75507B",
    "red": "#CC0000",
    "white": "#D3D7CF",
    "yellow": "#C4A000"
    },
    {
    "background": "#000000",
    "black": "#000000",
    "blue": "#0084D4",
    "brightBlack": "#1B1D21",
    "brightBlue": "#0084D4",
    "brightCyan": "#CCCCFF",
    "brightGreen": "#56DB3A",
    "brightPurple": "#B729D9",
    "brightRed": "#DC322F",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#FF8400",
    "cyan": "#CCCCFF",
    "foreground": "#FFFFFF",
    "green": "#56DB3A",
    "name": "Symfonicz",
    "purple": "#B729D9",
    "red": "#DC322F",
    "white": "#FFFFFF",
    "yellow": "#FF8400"
    },
    {
    "background": "#29262F",
    "black": "#000000",
    "blue": "#7372C3",
    "brightBlack": "#323232",
    "brightBlue": "#AAAADB",
    "brightCyan": "#AADADB",
    "brightGreen": "#AADBAA",
    "brightPurple": "#DBAADA",
    "brightRed": "#DBAAAA",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#DADBAA",
    "cyan": "#72C2C3",
    "foreground": "#D9E6F2",
    "green": "#72C373",
    "name": "Chalkboardz",
    "purple": "#C372C2",
    "red": "#C37372",
    "white": "#D9D9D9",
    "yellow": "#C2C372"
    },
    {
    "background": "#2C3643",
    "black": "#080200",
    "blue": "#288AD6",
    "brightBlack": "#6F6B68",
    "brightBlue": "#278AD6",
    "brightCyan": "#27DEDE",
    "brightGreen": "#16C98D",
    "brightPurple": "#D34590",
    "brightRed": "#FA5E5B",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#FEEF6D",
    "cyan": "#28DDDE",
    "foreground": "#FFFFFF",
    "green": "#16C98D",
    "name": "Chesterz",
    "purple": "#D34590",
    "red": "#FA5E5B",
    "white": "#E7E7E7",
    "yellow": "#FFC83F"
    },
    {
    "background": "#1D1F28",
    "black": "#282A36",
    "blue": "#8897F4",
    "brightBlack": "#414458",
    "brightBlue": "#556FFF",
    "brightCyan": "#3FDCEE",
    "brightGreen": "#18E3C8",
    "brightPurple": "#B043D1",
    "brightRed": "#FF4971",
    "brightWhite": "#BEBEC1",
    "brightYellow": "#FF8037",
    "cyan": "#79E6F3",
    "foreground": "#FDFDFD",
    "green": "#5ADECD",
    "name": "Lovelace",
    "purple": "#C574DD",
    "red": "#F37F97",
    "white": "#FDFDFD",
    "yellow": "#F2A272"
    }
    ]
    }