Skip to content

Instantly share code, notes, and snippets.

@Obooman
Last active October 22, 2020 04:44
Show Gist options
  • Select an option

  • Save Obooman/8623ebdee75549d29968ea5ebd297024 to your computer and use it in GitHub Desktop.

Select an option

Save Obooman/8623ebdee75549d29968ea5ebd297024 to your computer and use it in GitHub Desktop.

Revisions

  1. Obooman revised this gist Oct 22, 2020. 1 changed file with 189 additions and 88 deletions.
    277 changes: 189 additions & 88 deletions profile.json
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,60 @@
    // This file was initially generated by Windows Terminal 1.3.2651.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": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff45bf}",
    "initialRows": 20,
    "initialCols": 70,
    "alwaysShowTabs": true,
    "showTerminalTitleInTitlebar": true,
    "experimental_showTabsInTitlebar": true,
    // 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,
    // If enabled, formatted data is also copied to your clipboard
    "copyFormatting": false,
    "keybindings": [
    {
    "command": {
    "action": "splitPane",
    "split": "auto",
    "splitMode": "duplicate"
    },
    "keys": "ctrl+d"
    },
    {
    "command": {
    "action": "moveFocus",
    "direction": "down"
    },
    "keys": "ctrl+down"
    },
    {
    "command": {
    "action": "moveFocus",
    "direction": "left"
    },
    "keys": "ctrl+left"
    },
    {
    "command": {
    "action": "moveFocus",
    "direction": "right"
    },
    "keys": "ctrl+right"
    },
    {
    "command": {
    "action": "moveFocus",
    "direction": "up"
    },
    "keys": "ctrl+up"
    },
    {
    "command": "closeTab",
    "keys": [
    @@ -26,130 +74,183 @@
    ]
    },
    {
    "command" : "newTab",
    "keys" :
    [
    "command": "newTab",
    "keys": [
    "ctrl+t"
    ]
    },
    {
    "command" : "newTab",
    "keys" :
    [
    "command": "newTab",
    "keys": [
    "ctrl+n"
    ]
    },
    {
    "command" : "openSettings",
    "keys" :
    [
    "command": "openSettings",
    "keys": [
    "ctrl+,"
    ]
    },
    {
    "command" : "switchToTab0",
    "keys" :
    [
    "ctrl+1"
    ]
    "command": {
    "action": "switchToTab",
    "index": 0
    },
    "keys": "ctrl+1"
    },
    {
    "command" : "switchToTab1",
    "keys" :
    [
    "ctrl+2"
    ]
    "command": {
    "action": "switchToTab",
    "index": 1
    },
    "keys": "ctrl+2"
    },
    {
    "command" : "switchToTab2",
    "keys" :
    [
    "ctrl+3"
    ]
    "command": {
    "action": "switchToTab",
    "index": 2
    },
    "keys": "ctrl+3"
    },
    {
    "command" : "switchToTab3",
    "keys" :
    [
    "ctrl+4"
    ]
    "command": {
    "action": "switchToTab",
    "index": 3
    },
    "keys": "ctrl+4"
    },
    {
    "command" : "switchToTab4",
    "keys" :
    [
    "ctrl+5"
    ]
    "command": {
    "action": "switchToTab",
    "index": 4
    },
    "keys": "ctrl+5"
    },
    {
    "command" : "switchToTab5",
    "keys" :
    [
    "ctrl+6"
    ]
    "command": {
    "action": "switchToTab",
    "index": 5
    },
    "keys": "ctrl+6"
    },
    {
    "command" : "switchToTab6",
    "keys" :
    [
    "ctrl+7"
    ]
    "command": {
    "action": "switchToTab",
    "index": 6
    },
    "keys": "ctrl+7"
    },
    {
    "command" : "switchToTab7",
    "keys" :
    [
    "ctrl+8"
    ]
    "command": {
    "action": "switchToTab",
    "index": 7
    },
    "keys": "ctrl+8"
    },
    {
    "command" : "switchToTab8",
    "keys" :
    [
    "ctrl+9"
    ]
    "command": {
    "action": "switchToTab",
    "index": 8
    },
    "keys": "ctrl+9"
    }
    ],
    "profiles": [
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Oh My Ubuntu",
    "source": "Windows.Terminal.Wsl",
    "fontFace": "Source Code Pro",
    "padding": "0, 0, 0, 0",
    "startingDirectory": "//wsl$/Ubuntu/home/oboochin/",
    "cursorHeight": 25,
    "fontSize": 11
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    // 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": {
    // Put settings here that you want to apply to all profiles.
    },
    "list": [
    {
    // Make changes here to the powershell.exe profile.
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "name": "Windows PowerShell",
    "commandline": "powershell.exe",
    "hidden": false
    },
    {
    "name": "Linux Remote",
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff45bf}",
    "commandline": "ssh oboo@devenvs.com"
    },
    {
    // Make changes here to the cmd.exe profile.
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "Command Prompt",
    "commandline": "cmd.exe",
    "hidden": false
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    }
    ]
    },
    // Add custom color schemes to this array.
    // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
    "schemes": [],
    // Add custom actions and keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to "unbound".
    // To learn more about actions and keybindings, visit https://aka.ms/terminal-keybindings
    "actions": [
    // 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"
    },
    // 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"
    }
    ],
    "schemes": [
    {
    "name": "Campbell",
    "foreground": "#58B589",
    "background": "#343D46",
    "red":"#FF4737",
    "black" : "#0C0C0C",
    "blue" : "#0289FF",
    "brightBlack" : "#575653",
    "brightBlue" : "#029DF9",
    "brightCyan" : "#61D6D6",
    "brightGreen" : "#16C60C",
    "brightPurple" : "#B4009E",
    "brightRed" : "#FF6064",
    "brightWhite" : "#F2F2F2",
    "brightYellow" : "#F9F1A5",
    "cyan" : "#3A96DD",
    "green" : "#58B589",
    "purple" : "#881798",
    "white" : "#CCCCCC",
    "yellow" : "#C19C00"
    "red": "#FF4737",
    "black": "#0C0C0C",
    "blue": "#0289FF",
    "brightBlack": "#575653",
    "brightBlue": "#029DF9",
    "brightCyan": "#61D6D6",
    "brightGreen": "#16C60C",
    "brightPurple": "#B4009E",
    "brightRed": "#FF6064",
    "brightWhite": "#F2F2F2",
    "brightYellow": "#F9F1A5",
    "cyan": "#3A96DD",
    "green": "#58B589",
    "purple": "#881798",
    "white": "#CCCCCC",
    "yellow": "#C19C00"
    },
    {
    "name": "Solarized Dark",
  2. Obooman created this gist Nov 21, 2019.
    165 changes: 165 additions & 0 deletions profile.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,165 @@
    {
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "initialRows": 20,
    "initialCols": 70,
    "alwaysShowTabs": true,
    "showTerminalTitleInTitlebar": true,
    "experimental_showTabsInTitlebar": true,
    "keybindings": [
    {
    "command": "closeTab",
    "keys": [
    "ctrl+w"
    ]
    },
    {
    "command": "copy",
    "keys": [
    "ctrl+c"
    ]
    },
    {
    "command": "paste",
    "keys": [
    "ctrl+v"
    ]
    },
    {
    "command" : "newTab",
    "keys" :
    [
    "ctrl+t"
    ]
    },
    {
    "command" : "newTab",
    "keys" :
    [
    "ctrl+n"
    ]
    },
    {
    "command" : "openSettings",
    "keys" :
    [
    "ctrl+,"
    ]
    },
    {
    "command" : "switchToTab0",
    "keys" :
    [
    "ctrl+1"
    ]
    },
    {
    "command" : "switchToTab1",
    "keys" :
    [
    "ctrl+2"
    ]
    },
    {
    "command" : "switchToTab2",
    "keys" :
    [
    "ctrl+3"
    ]
    },
    {
    "command" : "switchToTab3",
    "keys" :
    [
    "ctrl+4"
    ]
    },
    {
    "command" : "switchToTab4",
    "keys" :
    [
    "ctrl+5"
    ]
    },
    {
    "command" : "switchToTab5",
    "keys" :
    [
    "ctrl+6"
    ]
    },
    {
    "command" : "switchToTab6",
    "keys" :
    [
    "ctrl+7"
    ]
    },
    {
    "command" : "switchToTab7",
    "keys" :
    [
    "ctrl+8"
    ]
    },
    {
    "command" : "switchToTab8",
    "keys" :
    [
    "ctrl+9"
    ]
    }
    ],
    "profiles": [
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Oh My Ubuntu",
    "source": "Windows.Terminal.Wsl",
    "fontFace": "Source Code Pro",
    "padding": "0, 0, 0, 0",
    "startingDirectory": "//wsl$/Ubuntu/home/oboochin/",
    "cursorHeight": 25,
    "fontSize": 11
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    }
    ],
    "schemes": [
    {
    "name": "Campbell",
    "foreground": "#58B589",
    "background": "#343D46",
    "red":"#FF4737",
    "black" : "#0C0C0C",
    "blue" : "#0289FF",
    "brightBlack" : "#575653",
    "brightBlue" : "#029DF9",
    "brightCyan" : "#61D6D6",
    "brightGreen" : "#16C60C",
    "brightPurple" : "#B4009E",
    "brightRed" : "#FF6064",
    "brightWhite" : "#F2F2F2",
    "brightYellow" : "#F9F1A5",
    "cyan" : "#3A96DD",
    "green" : "#58B589",
    "purple" : "#881798",
    "white" : "#CCCCCC",
    "yellow" : "#C19C00"
    },
    {
    "name": "Solarized Dark",
    "foreground": "#FDF6E3",
    "background": "#073642"
    },
    {
    "name": "Solarized Light",
    "foreground": "#073642",
    "background": "#FDF6E3"
    }
    ]
    }