-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.json
194 lines (193 loc) · 6.72 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"$schema": "https://raw.githubusercontent.com/microsoft/terminal/release-1.1/doc/cascadia/profiles.schema.json",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"copyOnSelect": false,
"copyFormatting": false,
"initialPosition": "-5,-1",
"initialCols": 253,
"initialRows": 30,
"tabWidthMode": "compact",
"theme": "dark",
"launchMode": "maximized",
"snapToGridOnResize": true,
"confirmCloseAllTabs": true,
"disabledProfileSources": [
"Windows.Terminal.Wsl"
],
"profiles": {
"defaults": {
"backgroundImageOpacity": 0.2,
"colorScheme": "Hiberbee",
"cursorShape": "emptyBox",
"fontFace": "Fira Code Retina",
"fontSize": 9,
"hidden": false,
"name": "Hiberbee",
"startingDirectory": "x:",
"useAcrylic": true
},
"list": [
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore",
"icon": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/icons/shell.png",
"backgroundImage": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/backgrounds/Windows.jpg"
},
{
"guid": "{1a3e0431-113c-4cb7-93d6-fcb3ec34ec6e}",
"name": "PowerShell Root",
"commandline": "gsudo pwsh",
"icon": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/icons/shell-root.png",
"backgroundImage": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/backgrounds/Windows-Red.jpg"
},
{
"commandline": "minikube ssh",
"guid": "{b2e49ad1-d718-4c5a-8a1a-5825c829e703}",
"name": "Minikube",
"icon": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/icons/minikube.png",
"backgroundImage": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/backgrounds/Kubernetes.jpg"
},
{
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"name": "Debian",
"commandline": "wsl -d debian",
"icon": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/icons/debian.png",
"backgroundImage": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/backgrounds/Debian.jpg"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"name": "Ubuntu",
"commandline": "wsl -d ubuntu",
"icon": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/icons/ubuntu.png",
"backgroundImage": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/backgrounds/Ubuntu.jpg"
},
{
"guid": "{ce8954b9-a74b-46ae-8893-469f13def34f}",
"name": "OpenSUSE",
"commandline": "wsl -d opensuse",
"icon": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/icons/opensuse.png",
"backgroundImage": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/backgrounds/OpenSUSE.jpg"
},
{
"guid": "{75a12520-b59a-4363-acd6-cc7812e82952}",
"name": "Fedora",
"commandline": "wsl -d fedora",
"icon": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/icons/fedora.png",
"backgroundImage": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/backgrounds/Fedora.jpg"
},
{
"guid": "{4d4cc780-cacb-5b6f-a183-29b5f6cdcd23}",
"name": "CentOS",
"commandline": "wsl -d centos",
"icon": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/icons/centos.png",
"backgroundImage": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/backgrounds/CentOS.jpg"
},
{
"guid": "{511b766b-2b09-5ea9-a30f-a5a6893dc158}",
"name": "RedHat",
"commandline": "wsl -d redhat",
"icon": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/icons/redhat.png",
"backgroundImage": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/backgrounds/RedHat.jpg"
},
{
"guid": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}",
"name": "Alpine",
"commandline": "wsl -d alpine",
"icon": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/icons/alpine.png",
"backgroundImage": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/backgrounds/Alpine.jpg"
},
{
"guid": "{f271f22d-ee4f-58cc-85b6-493b36d45ca1}",
"name": "Amazon",
"commandline": "wsl -d amazon",
"icon": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/icons/amazon.png",
"backgroundImage": "https://raw.githubusercontent.com/Hiberbee/windows-terminal-theme/master/backgrounds/Amazon.jpg"
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": true,
"name": "PowerShell",
"commandline": "powershell.exe"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"hidden": true,
"commandline": "cmd.exe"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes": [
{
"name": "Hiberbee",
"black": "#333333",
"red": "#EE7762",
"green": "#A9DC76",
"yellow": "#FFD866",
"blue": "#409CFF",
"purple": "#a89fec",
"cyan": "#70D7FF",
"white": "#F9F6EF",
"brightBlack": "#b3b3b3",
"brightRed": "#F25022",
"brightGreen": "#7FBA00",
"brightYellow": "#FFB900",
"brightBlue": "#00A4EF",
"brightPurple": "#A97CF8",
"brightCyan": "#66d9ef",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#F9F6EF",
"cursorColor": "#FFB900",
"selectionBackground": "#1E3C50"
}
],
"keybindings": [
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": "newTab",
"keys": "ctrl+t"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "ctrl+shift+d"
},
{
"command": "closeTab",
"keys": "ctrl+w"
},
{
"command": "closePane",
"keys": "ctrl+shift+q"
},
{
"command": "closeWindow",
"keys": "ctrl+shift+q"
}
]
}