-
Notifications
You must be signed in to change notification settings - Fork 0
/
profiles.json
symbolic link
·113 lines (107 loc) · 3.97 KB
/
profiles.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
// 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": "SPR",
"commandline": "pwsh.exe",
"fontFace":"Cascadia Code PL",
"acrylicOpacity": 0.7,
"useAcrylic": true,
"hidden": false,
"startingDirectory": "C:\\_",
"cursorShape": "vintage",
"cursorColor": "#00ffff",
"backgroundImage": "C:\\_\\_terminal\\SPR-robot.png",
"backgroundImageOpacity": 0.3,
"backgroundImageAlignment": "bottomRight",
"backgroundImageStretchMode": "none",
"icon": "C:\\_\\_terminal\\wh-spr-logo-chevron.png"
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bb}",
"name": "E13",
"commandline": "pwsh.exe",
"fontFace":"Cascadia Code PL",
"acrylicOpacity": 0.7,
"useAcrylic": true,
"hidden": false,
"startingDirectory": "C:\\_",
"cursorShape": "vintage",
"cursorColor": "#00ffff",
"icon": "C:\\_\\_terminal\\e13_white.png",
"backgroundImage": "C:\\_\\_terminal\\e13_white.png",
"backgroundImageOpacity": 0.3,
"backgroundImageAlignment": "bottomRight",
"backgroundImageStretchMode": "none"
},
{
"guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}",
"hidden": false,
"name": "kali",
"fontFace":"Cascadia Code PL",
"startingDirectory": "C:\\_",
"acrylicOpacity": 0.7,
"useAcrylic": true,
"source": "Windows.Terminal.Wsl",
"backgroundImage": "C:\\_\\_terminal\\kali.png",
"backgroundImageOpacity": 0.3,
"backgroundImageAlignment": "bottomRight",
"backgroundImageStretchMode": "none",
"icon": "C:\\_\\_terminal\\icon-kali.png"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"fontFace":"Cascadia Code PL",
"startingDirectory": "C:\\_",
"acrylicOpacity": 0.7,
"useAcrylic": true,
"source": "Windows.Terminal.Azure"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "cmd",
"commandline": "cmd.exe",
"acrylicOpacity": 0.7,
"backgroundImage": "C:\\_\\_terminal\\msdos.gif",
"startingDirectory": "C:\\_",
"backgroundImageOpacity": 0.3,
"backgroundImageAlignment": "bottomRight",
"backgroundImageStretchMode": "none"
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": true,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"startingDirectory": "C:\\_",
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{63e31163-583f-5850-9c1e-24e227dd2da9}",
"hidden": false,
"name": "PowerShell (dotnet global)",
"source": "Windows.Terminal.PowershellCore"
}
],
// Add custom color schemes to this array
"schemes": [],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": [
{ "command": "copy", "keys": ["ctrl+c"] },
{ "command": "paste", "keys": ["ctrl+v"] }
]
}