Last active
September 27, 2024 18:25
-
-
Save bradwilson/3b81a192a63056e310e453bc7f4c063d to your computer and use it in GitHub Desktop.
Revisions
-
bradwilson revised this gist
Sep 22, 2022 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,16 @@ { "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { "command": "copy", "keys": "ctrl+shift+c" }, { "command": "paste", "keys": "ctrl+shift+v" } ], "copyFormatting": "none", "copyOnSelect": false, "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", -
bradwilson revised this gist
Oct 21, 2021 . 1 changed file with 114 additions and 158 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,162 +1,118 @@ { "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [], "copyFormatting": "none", "copyOnSelect": false, "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "largePasteWarning": false, "multiLinePasteWarning": false, "profiles": { "defaults": { "antialiasingMode": "grayscale", "colorScheme": "Ubuntu [Light]", "cursorShape": "filledBox", "font": { "face": "Iosevka", "size": 16, "weight": "normal" }, "padding": "8, 8, 8, 8" }, "list": [ { "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "hidden": false, "name": "PowerShell Core", "source": "Windows.Terminal.PowershellCore" }, { "commandline": "wsl -d Ubuntu-18.04 --cd ~", "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", "hidden": false, "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico", "name": "Ubuntu 18.04", "source": "Windows.Terminal.Wsl" }, { "commandline": "wsl -d Debian --cd ~", "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", "hidden": false, "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-debian.png", "name": "Debian", "source": "Windows.Terminal.Wsl" }, { "commandline": "powershell.exe", "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": true, "name": "PowerShell" }, { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "hidden": true, "name": "cmd" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": true, "name": "azshell", "source": "Windows.Terminal.Azure" } ] }, "schemes": [ { "background": "#2E3436", "black": "#2E3436", "blue": "#3465A4", "brightBlack": "#696B67", "brightBlue": "#729FCF", "brightCyan": "#2EC3C3", "brightGreen": "#79C32E", "brightPurple": "#AD7FA8", "brightRed": "#F49797", "brightWhite": "#EEEEEE", "brightYellow": "#C4A000", "cursorColor": "#FFFFFF", "cyan": "#06989A", "foreground": "#B5BBAE", "green": "#4E9A06", "name": "Ubuntu [Dark]", "purple": "#75507B", "red": "#AE5E5E", "selectionBackground": "#FFFFFF", "white": "#B5BBAE", "yellow": "#8A7000" }, { "background": "#EEEEEE", "black": "#EEEEEE", "blue": "#729FCF", "brightBlack": "#B5BBAE", "brightBlue": "#3465A4", "brightCyan": "#06989A", "brightGreen": "#3B7505", "brightPurple": "#75507B", "brightRed": "#AE5E5E", "brightWhite": "#2E3436", "brightYellow": "#8A7000", "cursorColor": "#2E3436", "cyan": "#2EC3C3", "foreground": "#696B67", "green": "#79C32E", "name": "Ubuntu [Light]", "purple": "#AD7FA8", "red": "#F49797", "selectionBackground": "#B5BBAE", "white": "#696B67", "yellow": "#C4A000" } ], "tabWidthMode": "titleLength" } -
bradwilson revised this gist
Jul 2, 2021 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ "disableAnimations": true, "profiles": { "defaults": { "antialiasingMode": "grayscale", "colorScheme": "Ubuntu [Light]", "fontFace": "FiraCode Nerd Font Mono", "fontSize": 12, @@ -24,25 +24,25 @@ "source": "Windows.Terminal.PowershellCore" }, { "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", "hidden": false, "name": "Debian", "source": "Windows.Terminal.Wsl", "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-debian.png" }, { "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", "hidden": false, "name": "Ubuntu (18.04)", "source": "Windows.Terminal.Wsl", "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico" }, { "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", "hidden": false, "name": "Ubuntu (20.04)", "source": "Windows.Terminal.Wsl", "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico" }, { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", -
bradwilson revised this gist
May 29, 2021 . 4 changed files with 0 additions and 0 deletions.There are no files selected for viewing
LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
bradwilson revised this gist
May 29, 2021 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -28,20 +28,21 @@ "hidden": false, "name": "Ubuntu-18.04", "source": "Windows.Terminal.Wsl", "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico" }, { "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", "hidden": false, "name": "Ubuntu-20.04", "source": "Windows.Terminal.Wsl", "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico" }, { "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", "hidden": false, "name": "Debian", "source": "Windows.Terminal.Wsl", "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-debian.png" }, { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", -
bradwilson revised this gist
May 29, 2021 . 2 changed files with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changesFile renamed without changes. -
bradwilson revised this gist
May 29, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
bradwilson revised this gist
May 28, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -28,14 +28,14 @@ "hidden": false, "name": "Ubuntu-18.04", "source": "Windows.Terminal.Wsl", "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/5f19753c36228acb4ff304445f863e689174c520/ubuntu.ico" }, { "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", "hidden": false, "name": "Ubuntu-20.04", "source": "Windows.Terminal.Wsl", "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/5f19753c36228acb4ff304445f863e689174c520/ubuntu.ico" }, { "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", -
bradwilson renamed this gist
May 5, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
bradwilson revised this gist
May 5, 2021 . 1 changed file with 83 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,23 +4,19 @@ "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "copyOnSelect": false, "copyFormatting": false, "largePasteWarning": false, "multiLinePasteWarning": false, "disableAnimations": true, "profiles": { "defaults": { "antialiasingMode": "cleartype", "colorScheme": "Ubuntu [Light]", "fontFace": "FiraCode Nerd Font Mono", "fontSize": 12, "fontWeight": "normal", "padding": "8, 8, 8, 8" }, "list": [ { "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "hidden": false, @@ -33,6 +29,36 @@ "name": "Ubuntu-18.04", "source": "Windows.Terminal.Wsl", "icon": "C:\\Users\\brwilso\\Google Drive\\Terminal\\ubuntu.ico" }, { "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", "hidden": false, "name": "Ubuntu-20.04", "source": "Windows.Terminal.Wsl", "icon": "C:\\Users\\brwilso\\Google Drive\\Terminal\\ubuntu.ico" }, { "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", "hidden": false, "name": "Debian", "source": "Windows.Terminal.Wsl" }, { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": true, "name": "PowerShell", "commandline": "powershell.exe" }, { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "hidden": true, "name": "cmd" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": true, "source": "Windows.Terminal.Azure", "name": "azshell" } ] }, @@ -86,5 +112,50 @@ "brightYellow": "#8A7000" } ], "keybindings": [ { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }, { "command": { "action": "splitPane", "split": "auto", "profile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}" }, "keys": "ctrl+alt+shift+1" }, { "command": { "action": "splitPane", "split": "auto", "profile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}" }, "keys": "ctrl+alt+shift+2" }, { "command": { "action": "splitPane", "split": "auto", "profile": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}" }, "keys": "ctrl+alt+shift+3" }, { "command": { "action": "splitPane", "split": "auto", "profile": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}" }, "keys": "ctrl+alt+shift+4" }, { "command": "togglePaneZoom", "keys": "ctrl+alt+shift+enter" } ] } -
bradwilson revised this gist
Feb 22, 2021 . 1 changed file with 84 additions and 120 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,126 +1,90 @@ { "$schema": "https://aka.ms/terminal-profiles-schema", "tabWidthMode": "titleLength", "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "copyOnSelect": false, "copyFormatting": false, "profiles": { "defaults": { "acrylicOpacity": 1, "antialiasingMode": "grayscale", "colorScheme": "Ubuntu [Dark]", "fontFace": "JetBrainsMono Nerd Font Mono", "fontSize": 11, "fontWeight": "normal", "padding": "8, 8, 8, 8" }, "list": [ { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": false, "name": "PowerShell", "commandline": "powershell.exe" }, { "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "hidden": false, "name": "PowerShell Core", "source": "Windows.Terminal.PowershellCore" }, { "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", "hidden": false, "name": "Ubuntu-18.04", "source": "Windows.Terminal.Wsl", "icon": "C:\\Users\\brwilso\\Google Drive\\Terminal\\ubuntu.ico" } ] }, "schemes": [ { "name": "Ubuntu [Dark]", "foreground": "#B5BBAE", "background": "#2E3436", "black": "#2E3436", "blue": "#3465A4", "cyan": "#06989A", "green": "#4E9A06", "purple": "#75507B", "red": "#AE5E5E", "white": "#B5BBAE", "yellow": "#8A7000", "brightBlack": "#696B67", "brightBlue": "#729FCF", "brightCyan": "#2EC3C3", "brightGreen": "#79C32E", "brightPurple": "#AD7FA8", "brightRed": "#F49797", "brightWhite": "#EEEEEE", "brightYellow": "#C4A000" }, { "name": "Ubuntu [Light]", "foreground": "#696B67", "background": "#EEEEEE", "selectionBackground": "#B5BBAE", "cursorColor": "#2E3436", "black": "#EEEEEE", "blue": "#729FCF", "cyan": "#2EC3C3", "green": "#79C32E", "purple": "#AD7FA8", "red": "#F49797", "white": "#696B67", "yellow": "#C4A000", "brightBlack": "#B5BBAE", "brightBlue": "#3465A4", "brightCyan": "#06989A", "brightGreen": "#3b7505", "brightPurple": "#75507B", "brightRed": "#AE5E5E", "brightWhite": "#2E3436", "brightYellow": "#8A7000" } ], "keybindings": [] } -
bradwilson revised this gist
Dec 4, 2019 . 1 changed file with 51 additions and 20 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -8,39 +8,44 @@ "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "PowerShell", "hidden": false, "colorScheme": "Ubuntu [Dark]", // "colorScheme": "Ubuntu [Light]", // "cursorColor": "#2e3436", "fontFace": "UbuntuMono Nerd Font Mono", "fontSize": 12, "padding": "12, 12, 12, 12", "commandline": "powershell.exe" }, { "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "source": "Windows.Terminal.PowershellCore", "name": "PowerShell Core", "hidden": false, "colorScheme": "Ubuntu [Dark]", // "colorScheme": "Ubuntu [Light]", // "cursorColor": "#2e3436", "fontFace": "UbuntuMono Nerd Font Mono", "fontSize": 12, "padding": "12, 12, 12, 12" }, { "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", "source": "Windows.Terminal.Wsl", "name": "Ubuntu", "hidden": false, "colorScheme": "Ubuntu [Dark]", // "colorScheme": "Ubuntu [Light]", // "cursorColor": "#2e3436", "fontFace": "UbuntuMono Nerd Font Mono", "fontSize": 12, "padding": "12, 12, 12, 12", "icon": "ubuntu.ico" }, { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "name": "cmd", "hidden": true, "commandline": "cmd.exe" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", @@ -51,25 +56,51 @@ ], "schemes": [ { "name": "Ubuntu [Dark]", "background": "#2E3436", "foreground": "#B5BBAE", "black": "#2E3436", "blue": "#3465A4", "cyan": "#06989A", "green": "#4E9A06", "purple": "#75507B", "red": "#AE5E5E", "white": "#B5BBAE", "yellow": "#C4A000", "brightBlack": "#696B67", "brightBlue": "#729FCF", "brightCyan": "#2EC3C3", "brightGreen": "#79C32E", "brightPurple": "#AD7FA8", "brightRed": "#F49797", "brightWhite": "#FBFBFB", "brightYellow": "#FCE94F" }, { "name": "Ubuntu [Light]", "background": "#FBFBFB", "foreground": "#696B67", "selectionBackground": "#B5BBAE", "black": "#FBFBFB", "blue": "#729FCF", "cyan": "#2EC3C3", "green": "#79C32E", "purple": "#AD7FA8", "red": "#F49797", "white": "#696B67", "yellow": "#C4A000", "brightBlack": "#B5BBAE", "brightBlue": "#3465A4", "brightCyan": "#06989A", "brightGreen": "#3b7505", "brightPurple": "#75507B", "brightRed": "#AE5E5E", "brightWhite": "#2E3436", "brightYellow": "#8a7000" } ], "keybindings": [ -
bradwilson revised this gist
Dec 3, 2019 . 2 changed files with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -31,7 +31,7 @@ "colorScheme": "Ubuntu (Brad)", "fontFace": "UbuntuMono Nerd Font Mono", "fontSize": 12, "icon": "ubuntu.ico" }, { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", Binary file not shown. -
bradwilson revised this gist
Dec 3, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -51,8 +51,8 @@ ], "schemes": [ { "background": "#2E3436", "black": "#2E3436", "blue": "#3465A4", "brightBlack": "#696B67", "brightBlue": "#729FCF", -
bradwilson revised this gist
Dec 3, 2019 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -14,15 +14,6 @@ "padding": "10, 10, 10, 10", "commandline": "powershell.exe" }, { "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "source": "Windows.Terminal.PowershellCore", @@ -42,6 +33,15 @@ "fontSize": 12, "icon": "C:\\Users\\brwilso\\Google Drive\\DevBinaries\\ConEmu\\ubuntu.ico" }, { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "name": "cmd", "hidden": true, "commandline": "cmd.exe", "colorScheme": "Ubuntu (Brad)", "fontFace": "UbuntuMono Nerd Font Mono", "fontSize": 12 }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "source": "Windows.Terminal.Azure", -
bradwilson revised this gist
Dec 3, 2019 . 1 changed file with 45 additions and 32 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,64 +1,58 @@ { "$schema": "https://aka.ms/terminal-profiles-schema", "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", "initialCols": 160, "initialRows": 50, "profiles": [ { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "PowerShell", "hidden": false, "colorScheme": "Ubuntu (Brad)", "fontFace": "UbuntuMono Nerd Font Mono", "fontSize": 12, "padding": "10, 10, 10, 10", "commandline": "powershell.exe" }, { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "name": "cmd", "hidden": true, "commandline": "cmd.exe", "colorScheme": "Ubuntu (Brad)", "fontFace": "UbuntuMono Nerd Font Mono", "fontSize": 12 }, { "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "source": "Windows.Terminal.PowershellCore", "name": "PowerShell Core", "hidden": false, "colorScheme": "Ubuntu (Brad)", "fontFace": "UbuntuMono Nerd Font Mono", "fontSize": 12 }, { "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", "source": "Windows.Terminal.Wsl", "name": "Ubuntu", "hidden": false, "colorScheme": "Ubuntu (Brad)", "fontFace": "UbuntuMono Nerd Font Mono", "fontSize": 12, "icon": "C:\\Users\\brwilso\\Google Drive\\DevBinaries\\ConEmu\\ubuntu.ico" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "source": "Windows.Terminal.Azure", "name": "Azure Cloud Shell", "hidden": true } ], "schemes": [ { "background": "#2e3436", "black": "#2e3436", "blue": "#3465A4", "brightBlack": "#696B67", "brightBlue": "#729FCF", @@ -78,5 +72,24 @@ "yellow": "#C4A000" } ], "keybindings": [ { "command": "newTabProfile0", "keys": [ "ctrl+shift+T" ] }, { "command": "newTabProfile1", "keys": [ "ctrl+T" ] }, { "command": "newTabProfile2", "keys": [ "ctrl+alt+T" ] } ] } -
bradwilson revised this gist
Oct 22, 2019 . 1 changed file with 69 additions and 88 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,101 +1,82 @@ // 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": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "profiles": [ { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "Windows PowerShell", "colorScheme": "Ubuntu (Brad)", "commandline": "powershell.exe", "fontFace": "UbuntuMono NF", "fontSize": 11, "padding": "10, 10, 10, 10", "hidden": false }, { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "name": "cmd", "colorScheme": "Ubuntu (Brad)", "commandline": "cmd.exe", "fontFace": "UbuntuMono NF", "fontSize": 11, "padding": "10, 10, 10, 10", "hidden": false }, { "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "hidden": false, "name": "PowerShell Core", "colorScheme": "Ubuntu (Brad)", "fontFace": "UbuntuMono NF", "fontSize": 11, "padding": "10, 10, 10, 10", "source": "Windows.Terminal.PowershellCore" }, { "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", "hidden": false, "name": "Ubuntu", "colorScheme": "Ubuntu (Brad)", "fontFace": "UbuntuMono NF", "fontSize": 11, "padding": "10, 10, 10, 10", "source": "Windows.Terminal.Wsl" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "colorScheme": "Ubuntu (Brad)", "fontFace": "UbuntuMono NF", "fontSize": 11, "padding": "10, 10, 10, 10", "source": "Windows.Terminal.Azure" } ], "schemes": [ { "background": "#2E3436", "black": "#2E3436", "blue": "#3465A4", "brightBlack": "#696B67", "brightBlue": "#729FCF", "brightCyan": "#34E2E2", "brightGreen": "#8AE234", "brightPurple": "#AD7FA8", "brightRed": "#F49797", "brightWhite": "#FBFBFB", "brightYellow": "#FCE94F", "cyan": "#06989A", "foreground": "#B5BBAE", "green": "#4E9A06", "name": "Ubuntu (Brad)", "purple": "#75507B", "red": "#AE5E5E", "white": "#B5BBAE", "yellow": "#C4A000" } ], "keybindings": [] } -
bradwilson revised this gist
Aug 14, 2019 . 1 changed file with 93 additions and 44 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,52 +1,101 @@ { "profiles" : [ { "acrylicOpacity" : 0.5, "closeOnExit" : true, "colorScheme" : "Ubuntu (Brad)", "commandline" : "powershell.exe", "cursorColor" : "#FFFFFF", "cursorShape" : "bar", "fontFace" : "UbuntuMono NF", "fontSize" : 12, "guid" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "historySize" : 9001, "icon" : "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png", "name" : "PowerShell", "padding" : "10, 10, 10, 10", "snapOnInput" : true, "startingDirectory" : "%USERPROFILE%", "useAcrylic" : false }, { "acrylicOpacity" : 0.5, "closeOnExit" : true, "colorScheme" : "Ubuntu (Brad)", "commandline" : "pwsh.exe", "cursorColor" : "#FFFFFF", "cursorShape" : "bar", "fontFace" : "UbuntuMono NF", "fontSize" : 12, "guid" : "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "historySize" : 9001, "icon": "ms-appx:///ProfileIcons/{574e775e-4f2a-5b96-ac1e-a2962a402336}.png", "name" : "PowerShell Core", "padding" : "10, 10, 10, 10", "snapOnInput" : true, "startingDirectory" : "%USERPROFILE%", "useAcrylic" : false }, { "acrylicOpacity" : 0.5, "closeOnExit" : true, "colorScheme" : "Ubuntu (Brad)", "commandline" : "wsl.exe -d Ubuntu-18.04", "cursorColor" : "#FFFFFF", "cursorShape" : "bar", "fontFace" : "UbuntuMono NF", "fontSize" : 12, "guid" : "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", "historySize" : 9001, "icon" : "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png", "name" : "WSL (Ubuntu-18.04)", "padding" : "10, 10, 10, 10", "snapOnInput" : true, "startingDirectory" : "%USERPROFILE%", "useAcrylic" : false }, { "acrylicOpacity" : 0.5, "closeOnExit" : true, "colorScheme" : "Ubuntu (Brad)", "commandline" : "wsl.exe -d WLinux", "cursorColor" : "#FFFFFF", "cursorShape" : "bar", "fontFace" : "UbuntuMono NF", "fontSize" : 12, "guid" : "{1c86a526-402b-438d-8e99-490e38ff9c3b}", "historySize" : 9001, "icon" : "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png", "name" : "WSL (Pengwin)", "padding" : "10, 10, 10, 10", "snapOnInput" : true, "startingDirectory" : "%USERPROFILE%", "useAcrylic" : false } ], "schemes" : [ { "background" : "#2E3436", "black" : "#2E3436", "blue" : "#3465A4", "brightBlack" : "#696B67", "brightBlue" : "#729FCF", "brightCyan" : "#34E2E2", "brightGreen" : "#8AE234", "brightPurple" : "#AD7FA8", "brightRed" : "#F49797", "brightWhite" : "#FBFBFB", "brightYellow" : "#FCE94F", "cyan" : "#06989A", "foreground" : "#B5BBAE", "green" : "#4E9A06", "name" : "Ubuntu (Brad)", "purple" : "#75507B", "red" : "#AE5E5E", "white" : "#B5BBAE", "yellow" : "#C4A000" } ] } -
bradwilson created this gist
May 9, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,52 @@ { "defaultProfile": "{5fa4ec8f-b1ff-4d94-b239-1321ccccc69a}", "initialRows": 40, "initialCols": 120, "alwaysShowTabs": false, "showTerminalTitleInTitlebar": false, "experimental_showTabsInTitlebar": false, "profiles": [ { "guid": "{5fa4ec8f-b1ff-4d94-b239-1321ccccc69a}", "name": "PowerShell", "background": "#2E3436", "colorscheme": "Ubuntu (Brad)", "historySize": 9001, "snapOnInput": true, "cursorColor": "#B5BBAE", "cursorShape": "bar", "commandline": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "fontFace": "UbuntuMono NF", "fontSize": 10, "acrylicOpacity": 0.5, "useAcrylic": false, "closeOnExit": true, "padding": "10, 10, 10, 10" } ], "schemes": [ { "name": "Ubuntu (Brad)", "foreground": "#B5BBAE", "background": "#2E3436", "colors": [ "#2E3436", "#AE5E5E", "#4E9A06", "#C4A000", "#3465A4", "#75507B", "#06989A", "#B5BBAE", "#696B67", "#F49797", "#8AE234", "#FCE94F", "#729FCF", "#AD7FA8", "#34E2E2", "#FBFBFB" ] } ] }