Skip to content

Commit

Permalink
Update WT config
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Oct 8, 2024
1 parent e98f7e8 commit 564df75
Showing 1 changed file with 36 additions and 29 deletions.
65 changes: 36 additions & 29 deletions winfiles/.dots/windows_terminal/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,38 @@
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"keys": "ctrl+c",
"command": {
"action": "copy",
"singleLine": false
}
"command": "copy",
"keys": "ctrl+c"
},
{
"keys": "ctrl+v",
"command": "paste"
"command": "paste",
"keys": "ctrl+v"
},
{
"keys": "ctrl+w",
"command": "closeTab"
"command": "closeTab",
"keys": "ctrl+w"
},
{
"keys": "ctrl+shift+w",
"command": "closeTabsAfter"
"command": "closeTabsAfter",
"keys": "ctrl+shift+w"
},
{
"keys": "ctrl+t",
"command": "newTab"
"command": "newTab",
"keys": "ctrl+t"
},
{
"keys": "ctrl+shift+f",
"command": "find"
"command": "find",
"keys": "ctrl+shift+f"
}
],
"centerOnLaunch": true,
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"newTabMenu": [
{
"type": "remainingProfiles"
}
],
"newTabPosition": "afterCurrentTab",
"profiles": {
"defaults": {
"bellStyle": "none",
Expand All @@ -56,7 +52,6 @@
"backgroundImageAlignment": "bottomRight",
"backgroundImageOpacity": 0.2,
"backgroundImageStretchMode": "none",
"bellStyle": "none",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
Expand All @@ -66,7 +61,6 @@
"backgroundImageAlignment": "bottomRight",
"backgroundImageOpacity": 0.2,
"backgroundImageStretchMode": "none",
"bellStyle": "none",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
Expand All @@ -76,7 +70,6 @@
"backgroundImageAlignment": "bottomRight",
"backgroundImageOpacity": 0.2,
"backgroundImageStretchMode": "none",
"bellStyle": "none",
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
Expand All @@ -87,7 +80,6 @@
"backgroundImageAlignment": "bottomRight",
"backgroundImageOpacity": 0.2,
"backgroundImageStretchMode": "none",
"bellStyle": "none",
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
Expand All @@ -98,7 +90,6 @@
"backgroundImageAlignment": "bottomRight",
"backgroundImageOpacity": 0.2,
"backgroundImageStretchMode": "none",
"bellStyle": "none",
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}",
"hidden": false,
"name": "Git Bash",
Expand All @@ -109,32 +100,48 @@
"backgroundImageAlignment": "bottomRight",
"backgroundImageOpacity": 0.2,
"backgroundImageStretchMode": "none",
"bellStyle": "none",
"guid": "{4dd1e689-b517-5f39-947d-78e8a8bdf958}",
"hidden": false,
"name": "Ubuntu 20.04 LTS",
"name": "Ubuntu 20.04.6 LTS",
"source": "CanonicalGroupLimited.Ubuntu20.04LTS_79rhkp1fndgsc"
},
{
"backgroundImage": "%USERPROFILE%\\images\\ubuntu-128x128.png",
"backgroundImageAlignment": "bottomRight",
"backgroundImageOpacity": 0.2,
"backgroundImageStretchMode": "none",
"bellStyle": "none",
"guid": "{e5a83caa-4c73-52b3-ae6b-bc438d721ef9}",
"guid": "{4ff56d04-d9cf-57ea-bae2-ad396374e7e3}",
"hidden": false,
"name": "Ubuntu 22.04 LTS",
"name": "Ubuntu 22.04.5 LTS",
"source": "CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc"
},
{
"backgroundImage": "%USERPROFILE%\\images\\ubuntu-128x128.png",
"backgroundImageAlignment": "bottomRight",
"backgroundImageOpacity": 0.2,
"backgroundImageStretchMode": "none",
"guid": "{d8e96812-b789-5068-a5ae-10b2fb53e95f}",
"hidden": false,
"name": "Ubuntu 24.04.1 LTS",
"source": "CanonicalGroupLimited.Ubuntu24.04LTS_79rhkp1fndgsc"
},
{
"backgroundImage": "%USERPROFILE%\\images\\debian-128x128.png",
"backgroundImageAlignment": "bottomRight",
"backgroundImageOpacity": 0.2,
"backgroundImageStretchMode": "none",
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"hidden": false,
"name": "Debian",
"source": "Windows.Terminal.Wsl"
},
{
"backgroundImage": "%USERPROFILE%\\images\\kali-128x128.png",
"backgroundImageAlignment": "bottomRight",
"backgroundImageOpacity": 0.2,
"backgroundImageStretchMode": "none",
"bellStyle": "none",
"guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}",
"hidden": false,
"icon": "%USERPROFILE%\\images\\kali-128x128.png",
"name": "kali-linux",
"source": "Windows.Terminal.Wsl"
}
Expand Down

0 comments on commit 564df75

Please sign in to comment.