config
git clone https://git.pyrossh.dev/config
Common configuration
9463dd3
— Peter John
2024-12-06T23:04:37+05:30
initial commit
- brewfile +37 -0
- iterm2.json +237 -0
- keybindings.json +77 -0
- settings.json +68 -0
- setup.sh +19 -0
- stats.plist +165 -0
brewfile
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
brew 'fish'
|
|
2
|
+
brew 'fisher'
|
|
3
|
+
brew 'helix'
|
|
4
|
+
brew 'zellij'
|
|
5
|
+
brew 'colima'
|
|
6
|
+
brew 'docker'
|
|
7
|
+
brew 'kubectl'
|
|
8
|
+
brew 'kubectx'
|
|
9
|
+
brew 'openjdk'
|
|
10
|
+
brew 'gradle'
|
|
11
|
+
brew 'mas'
|
|
12
|
+
brew 'cocoapods'
|
|
13
|
+
brew 'kdoctor'
|
|
14
|
+
brew 'nextdns'
|
|
15
|
+
brew 'node'
|
|
16
|
+
|
|
17
|
+
cask 'visual-studio-code'
|
|
18
|
+
cask 'android-studio'
|
|
19
|
+
cask 'intellij-idea'
|
|
20
|
+
cask 'iterm2'
|
|
21
|
+
cask 'google-chrome'
|
|
22
|
+
cask 'obsidian'
|
|
23
|
+
cask 'secretive'
|
|
24
|
+
cask 'mpv'
|
|
25
|
+
cask 'stats'
|
|
26
|
+
cask 'font-ubuntu'
|
|
27
|
+
cask 'font-ubuntu-mono font-ubuntu'
|
|
28
|
+
cask 'zed'
|
|
29
|
+
cask 'postico'
|
|
30
|
+
|
|
31
|
+
# others
|
|
32
|
+
cask '1password'
|
|
33
|
+
cask 'microsoft-teams'
|
|
34
|
+
cask 'microsoft-edge'
|
|
35
|
+
cask 'microsoft-outlook'
|
|
36
|
+
cask 'microsoft-office'
|
|
37
|
+
cask 'slack'
|
iterm2.json
ADDED
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Ansi 6 Color": {
|
|
3
|
+
"Red Component": 0.25882352941176473,
|
|
4
|
+
"Color Space": "sRGB",
|
|
5
|
+
"Blue Component": 0.81960784313725488,
|
|
6
|
+
"Alpha Component": 1,
|
|
7
|
+
"Green Component": 0.7686274509803922
|
|
8
|
+
},
|
|
9
|
+
"Tags": [],
|
|
10
|
+
"Ansi 12 Color": {
|
|
11
|
+
"Red Component": 0.34509803921568627,
|
|
12
|
+
"Color Space": "sRGB",
|
|
13
|
+
"Blue Component": 1,
|
|
14
|
+
"Alpha Component": 1,
|
|
15
|
+
"Green Component": 0.53725490196078429
|
|
16
|
+
},
|
|
17
|
+
"Ansi 0 Color": {
|
|
18
|
+
"Green Component": 0,
|
|
19
|
+
"Red Component": 0,
|
|
20
|
+
"Blue Component": 0
|
|
21
|
+
},
|
|
22
|
+
"Draw Powerline Glyphs": true,
|
|
23
|
+
"Bold Color": {
|
|
24
|
+
"Red Component": 0.95686274509803926,
|
|
25
|
+
"Color Space": "sRGB",
|
|
26
|
+
"Blue Component": 0.95686274509803926,
|
|
27
|
+
"Alpha Component": 1,
|
|
28
|
+
"Green Component": 0.95686274509803926
|
|
29
|
+
},
|
|
30
|
+
"Normal Font": "UbuntuMono-Regular 18",
|
|
31
|
+
"Ansi 1 Color": {
|
|
32
|
+
"Red Component": 0.59999999999999998,
|
|
33
|
+
"Color Space": "sRGB",
|
|
34
|
+
"Blue Component": 0.0039215686274509786,
|
|
35
|
+
"Alpha Component": 1,
|
|
36
|
+
"Green Component": 0
|
|
37
|
+
},
|
|
38
|
+
"Ansi 2 Color": {
|
|
39
|
+
"Red Component": 0.25098039215686274,
|
|
40
|
+
"Color Space": "sRGB",
|
|
41
|
+
"Blue Component": 0.19215686274509805,
|
|
42
|
+
"Alpha Component": 1,
|
|
43
|
+
"Green Component": 0.7803921568627451
|
|
44
|
+
},
|
|
45
|
+
"Rows": 25,
|
|
46
|
+
"Default Bookmark": "No",
|
|
47
|
+
"Ansi 3 Color": {
|
|
48
|
+
"Red Component": 0.59999999999999998,
|
|
49
|
+
"Color Space": "sRGB",
|
|
50
|
+
"Blue Component": 0,
|
|
51
|
+
"Alpha Component": 1,
|
|
52
|
+
"Green Component": 0.59999999999999998
|
|
53
|
+
},
|
|
54
|
+
"Non-ASCII Anti Aliased": true,
|
|
55
|
+
"Use Bright Bold": true,
|
|
56
|
+
"Ansi 10 Color": {
|
|
57
|
+
"Red Component": 0,
|
|
58
|
+
"Color Space": "sRGB",
|
|
59
|
+
"Blue Component": 0,
|
|
60
|
+
"Alpha Component": 1,
|
|
61
|
+
"Green Component": 0.85098039215686272
|
|
62
|
+
},
|
|
63
|
+
"Ambiguous Double Width": false,
|
|
64
|
+
"Jobs to Ignore": [
|
|
65
|
+
"rlogin",
|
|
66
|
+
"ssh",
|
|
67
|
+
"slogin",
|
|
68
|
+
"telnet"
|
|
69
|
+
],
|
|
70
|
+
"Ansi 15 Color": {
|
|
71
|
+
"Red Component": 0.95686274509803926,
|
|
72
|
+
"Color Space": "sRGB",
|
|
73
|
+
"Blue Component": 0.95686274509803926,
|
|
74
|
+
"Alpha Component": 1,
|
|
75
|
+
"Green Component": 0.95686274509803926
|
|
76
|
+
},
|
|
77
|
+
"Foreground Color": {
|
|
78
|
+
"Red Component": 0.95686274509803926,
|
|
79
|
+
"Color Space": "sRGB",
|
|
80
|
+
"Blue Component": 0.95686274509803926,
|
|
81
|
+
"Alpha Component": 1,
|
|
82
|
+
"Green Component": 0.95686274509803926
|
|
83
|
+
},
|
|
84
|
+
"Use Tab Color": false,
|
|
85
|
+
"Blinking Cursor": false,
|
|
86
|
+
"Disable Window Resizing": true,
|
|
87
|
+
"Sync Title": false,
|
|
88
|
+
"Prompt Before Closing 2": false,
|
|
89
|
+
"BM Growl": true,
|
|
90
|
+
"Command": "",
|
|
91
|
+
"Description": "iTerm2",
|
|
92
|
+
"Mouse Reporting": true,
|
|
93
|
+
"Screen": -1,
|
|
94
|
+
"Selection Color": {
|
|
95
|
+
"Red Component": 0.49770425799806617,
|
|
96
|
+
"Color Space": "sRGB",
|
|
97
|
+
"Blue Component": 0.92981290817260742,
|
|
98
|
+
"Alpha Component": 1,
|
|
99
|
+
"Green Component": 0.69699200708257314
|
|
100
|
+
},
|
|
101
|
+
"Initial Use Transparency": true,
|
|
102
|
+
"Columns": 80,
|
|
103
|
+
"Idle Code": 0,
|
|
104
|
+
"Working Dirctory": "\/Users\/peterjohn",
|
|
105
|
+
"Ansi 13 Color": {
|
|
106
|
+
"Red Component": 0.89803921568627454,
|
|
107
|
+
"Color Space": "sRGB",
|
|
108
|
+
"Blue Component": 0.89411764705882357,
|
|
109
|
+
"Alpha Component": 1,
|
|
110
|
+
"Green Component": 0.0039215686274509786
|
|
111
|
+
},
|
|
112
|
+
"Title Components": 128,
|
|
113
|
+
"Brighten Bold Text": true,
|
|
114
|
+
"Custom Command": "No",
|
|
115
|
+
"ASCII Anti Aliased": true,
|
|
116
|
+
"Non Ascii Font": "Monaco 12",
|
|
117
|
+
"Vertical Spacing": 1,
|
|
118
|
+
"Use Bold Font": true,
|
|
119
|
+
"Option Key Sends": 0,
|
|
120
|
+
"Selected Text Color": {
|
|
121
|
+
"Red Component": 0.74152278900146484,
|
|
122
|
+
"Color Space": "sRGB",
|
|
123
|
+
"Blue Component": 0.41893920307893495,
|
|
124
|
+
"Alpha Component": 1,
|
|
125
|
+
"Green Component": 0.41893920307893495
|
|
126
|
+
},
|
|
127
|
+
"Background Color": {
|
|
128
|
+
"Red Component": 0.094117647058823528,
|
|
129
|
+
"Color Space": "sRGB",
|
|
130
|
+
"Blue Component": 0.15686274509803921,
|
|
131
|
+
"Alpha Component": 1,
|
|
132
|
+
"Green Component": 0.11764705882352941
|
|
133
|
+
},
|
|
134
|
+
"Character Encoding": 4,
|
|
135
|
+
"Ansi 11 Color": {
|
|
136
|
+
"Red Component": 0.90196078431372551,
|
|
137
|
+
"Color Space": "sRGB",
|
|
138
|
+
"Blue Component": 0,
|
|
139
|
+
"Alpha Component": 1,
|
|
140
|
+
"Green Component": 0.89803921568627454
|
|
141
|
+
},
|
|
142
|
+
"Thin Strokes": 0,
|
|
143
|
+
"Use Italic Font": true,
|
|
144
|
+
"Unlimited Scrollback": true,
|
|
145
|
+
"Keyboard Map": {
|
|
146
|
+
"0x77-0x100000-0xd": {
|
|
147
|
+
"Version": 1,
|
|
148
|
+
"Action": 38,
|
|
149
|
+
"Text": ":ToggleTerm\\n",
|
|
150
|
+
"Label": ""
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"Window Type": 0,
|
|
154
|
+
"Cursor Type": 1,
|
|
155
|
+
"Background Image Location": "",
|
|
156
|
+
"Blur": false,
|
|
157
|
+
"Allow Title Setting": false,
|
|
158
|
+
"Scrollback Lines": 0,
|
|
159
|
+
"Send Code When Idle": false,
|
|
160
|
+
"Close Sessions On End": true,
|
|
161
|
+
"Terminal Type": "xterm-256color",
|
|
162
|
+
"Visual Bell": true,
|
|
163
|
+
"Flashing Bell": false,
|
|
164
|
+
"Silence Bell": false,
|
|
165
|
+
"Use Underline Color": false,
|
|
166
|
+
"Ansi 14 Color": {
|
|
167
|
+
"Red Component": 0.34509803921568627,
|
|
168
|
+
"Color Space": "sRGB",
|
|
169
|
+
"Blue Component": 1,
|
|
170
|
+
"Alpha Component": 1,
|
|
171
|
+
"Green Component": 0.53725490196078429
|
|
172
|
+
},
|
|
173
|
+
"Unicode Version": 9,
|
|
174
|
+
"ASCII Ligatures": false,
|
|
175
|
+
"Name": "iTerm2",
|
|
176
|
+
"Cursor Text Color": {
|
|
177
|
+
"Green Component": 1,
|
|
178
|
+
"Red Component": 1,
|
|
179
|
+
"Blue Component": 1
|
|
180
|
+
},
|
|
181
|
+
"Shortcut": "",
|
|
182
|
+
"Cursor Color": {
|
|
183
|
+
"Red Component": 1,
|
|
184
|
+
"Color Space": "sRGB",
|
|
185
|
+
"Blue Component": 1,
|
|
186
|
+
"Alpha Component": 1,
|
|
187
|
+
"Green Component": 1
|
|
188
|
+
},
|
|
189
|
+
"Transparency": 0,
|
|
190
|
+
"Guid": "8EB11186-A4A6-4322-97BC-8385D9A5C82C",
|
|
191
|
+
"Custom Directory": "Recycle",
|
|
192
|
+
"Horizontal Spacing": 1,
|
|
193
|
+
"Ansi 4 Color": {
|
|
194
|
+
"Red Component": 0.43137254901960786,
|
|
195
|
+
"Color Space": "sRGB",
|
|
196
|
+
"Blue Component": 1,
|
|
197
|
+
"Alpha Component": 1,
|
|
198
|
+
"Green Component": 0.38039215686274508
|
|
199
|
+
},
|
|
200
|
+
"Right Option Key Sends": 0,
|
|
201
|
+
"Use Non-ASCII Font": false,
|
|
202
|
+
"Ansi 7 Color": {
|
|
203
|
+
"Red Component": 0.95686274509803926,
|
|
204
|
+
"Color Space": "sRGB",
|
|
205
|
+
"Blue Component": 0.95686274509803926,
|
|
206
|
+
"Alpha Component": 1,
|
|
207
|
+
"Green Component": 0.95686274509803926
|
|
208
|
+
},
|
|
209
|
+
"Ansi 8 Color": {
|
|
210
|
+
"Red Component": 0.40000000000000002,
|
|
211
|
+
"Color Space": "sRGB",
|
|
212
|
+
"Blue Component": 0.40000000000000002,
|
|
213
|
+
"Alpha Component": 1,
|
|
214
|
+
"Green Component": 0.40000000000000002
|
|
215
|
+
},
|
|
216
|
+
"Ansi 9 Color": {
|
|
217
|
+
"Red Component": 0.90196078431372551,
|
|
218
|
+
"Color Space": "sRGB",
|
|
219
|
+
"Blue Component": 0.0039215686274509786,
|
|
220
|
+
"Alpha Component": 1,
|
|
221
|
+
"Green Component": 0
|
|
222
|
+
},
|
|
223
|
+
"Link Color": {
|
|
224
|
+
"Red Component": 0.34509803921568627,
|
|
225
|
+
"Color Space": "sRGB",
|
|
226
|
+
"Blue Component": 1,
|
|
227
|
+
"Alpha Component": 1,
|
|
228
|
+
"Green Component": 0.53725490196078429
|
|
229
|
+
},
|
|
230
|
+
"Ansi 5 Color": {
|
|
231
|
+
"Red Component": 0.8901960784313725,
|
|
232
|
+
"Color Space": "sRGB",
|
|
233
|
+
"Blue Component": 0.88235294117647056,
|
|
234
|
+
"Alpha Component": 1,
|
|
235
|
+
"Green Component": 0.29803921568627451
|
|
236
|
+
}
|
|
237
|
+
}
|
keybindings.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"key": "alt+cmd+q",
|
|
4
|
+
"command": "workbench.action.closeWindow",
|
|
5
|
+
"when": "!editorIsOpen && !multipleEditorGroups"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"key": "cmd+w",
|
|
9
|
+
"command": "-workbench.action.closeWindow",
|
|
10
|
+
"when": "!editorIsOpen && !multipleEditorGroups"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"key": "alt+cmd+q",
|
|
14
|
+
"command": "workbench.action.terminal.killEditor",
|
|
15
|
+
"when": "terminalEditorFocus && terminalFocus && terminalHasBeenCreated && resourceScheme == 'vscode-terminal' || terminalEditorFocus && terminalFocus && terminalProcessSupported && resourceScheme == 'vscode-terminal'"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"key": "cmd+w",
|
|
19
|
+
"command": "-workbench.action.terminal.killEditor",
|
|
20
|
+
"when": "terminalEditorFocus && terminalFocus && terminalHasBeenCreated && resourceScheme == 'vscode-terminal' || terminalEditorFocus && terminalFocus && terminalProcessSupported && resourceScheme == 'vscode-terminal'"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"key": "alt+cmd+q",
|
|
24
|
+
"command": "workbench.action.closeActiveEditor"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"key": "cmd+w",
|
|
28
|
+
"command": "-workbench.action.closeActiveEditor"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"key": "alt+cmd+q",
|
|
32
|
+
"command": "workbench.action.closeGroup",
|
|
33
|
+
"when": "activeEditorGroupEmpty && multipleEditorGroups"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"key": "cmd+w",
|
|
37
|
+
"command": "-workbench.action.closeGroup",
|
|
38
|
+
"when": "activeEditorGroupEmpty && multipleEditorGroups"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"key": "cmd+w",
|
|
42
|
+
"command": "workbench.action.quickOpen"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"key": "cmd+p",
|
|
46
|
+
"command": "-workbench.action.quickOpen"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"key": "ctrl+tab",
|
|
50
|
+
"command": "-workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup",
|
|
51
|
+
"when": "!activeEditorGroupEmpty"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"key": "ctrl+q",
|
|
55
|
+
"command": "-workbench.action.quickOpenView"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"key": "cmd+w",
|
|
59
|
+
"command": "workbench.action.quickOpenSelectNext",
|
|
60
|
+
"when": "inQuickOpen"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"key": "ctrl+n",
|
|
64
|
+
"command": "-workbench.action.quickOpenSelectNext",
|
|
65
|
+
"when": "inQuickOpen"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"key": "cmd+w",
|
|
69
|
+
"command": "workbench.action.quickOpenNavigateNextInFilePicker",
|
|
70
|
+
"when": "inFilesPicker && inQuickOpen"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"key": "cmd+p",
|
|
74
|
+
"command": "-workbench.action.quickOpenNavigateNextInFilePicker",
|
|
75
|
+
"when": "inFilesPicker && inQuickOpen"
|
|
76
|
+
}
|
|
77
|
+
]
|
settings.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"go.toolsManagement.autoUpdate": true,
|
|
3
|
+
"workbench.iconTheme": "vscode-icons",
|
|
4
|
+
"editor.minimap.enabled": false,
|
|
5
|
+
"workbench.editor.showTabs": "single",
|
|
6
|
+
"files.exclude": {
|
|
7
|
+
"**/.svelte-kit": true,
|
|
8
|
+
"**/node_modules": true
|
|
9
|
+
},
|
|
10
|
+
"redhat.telemetry.enabled": false,
|
|
11
|
+
"explorer.confirmDelete": false,
|
|
12
|
+
"git.confirmSync": false,
|
|
13
|
+
"[typescriptreact]": {
|
|
14
|
+
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
15
|
+
},
|
|
16
|
+
"editor.tabSize": 2,
|
|
17
|
+
"editor.insertSpaces": true,
|
|
18
|
+
"editor.detectIndentation": false,
|
|
19
|
+
"playwright.reuseBrowser": true,
|
|
20
|
+
"[javascript]": {
|
|
21
|
+
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
22
|
+
},
|
|
23
|
+
"[javascriptreact]": {
|
|
24
|
+
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
25
|
+
},
|
|
26
|
+
"[typescript]": {
|
|
27
|
+
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
28
|
+
},
|
|
29
|
+
"workbench.startupEditor": "none",
|
|
30
|
+
"explorer.compactFolders": false,
|
|
31
|
+
"javascript.updateImportsOnFileMove.enabled": "always",
|
|
32
|
+
"terminal.integrated.enableMultiLinePasteWarning": false,
|
|
33
|
+
"editor.formatOnSave": true,
|
|
34
|
+
"[json]": {
|
|
35
|
+
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
36
|
+
},
|
|
37
|
+
"[html]": {
|
|
38
|
+
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
39
|
+
},
|
|
40
|
+
"explorer.confirmDragAndDrop": false,
|
|
41
|
+
"[dart]": {
|
|
42
|
+
"editor.formatOnSave": true,
|
|
43
|
+
"editor.formatOnType": true,
|
|
44
|
+
"editor.rulers": [
|
|
45
|
+
80
|
|
46
|
+
],
|
|
47
|
+
"editor.selectionHighlight": false,
|
|
48
|
+
"editor.suggestSelection": "first",
|
|
49
|
+
"editor.tabCompletion": "onlySnippets",
|
|
50
|
+
"editor.wordBasedSuggestions": "off"
|
|
51
|
+
},
|
|
52
|
+
"git.openRepositoryInParentFolders": "never",
|
|
53
|
+
"workbench.activityBar.location": "top",
|
|
54
|
+
"editor.inlayHints.fontSize": 9,
|
|
55
|
+
"dart.debugExternalPackageLibraries": true,
|
|
56
|
+
"dart.debugSdkLibraries": true,
|
|
57
|
+
"editor.fontSize": 13,
|
|
58
|
+
"debug.console.fontSize": 13,
|
|
59
|
+
"terminal.integrated.fontSize": 13,
|
|
60
|
+
"workbench.colorTheme": "Dracula",
|
|
61
|
+
"haskell.manageHLS": "PATH",
|
|
62
|
+
"svelte.enable-ts-plugin": true,
|
|
63
|
+
"[svelte]": {
|
|
64
|
+
"editor.defaultFormatter": "svelte.svelte-vscode"
|
|
65
|
+
},
|
|
66
|
+
"editor.stickyScroll.enabled": false,
|
|
67
|
+
"terminal.integrated.defaultProfile.osx": "fish"
|
|
68
|
+
}
|
setup.sh
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
brew bundle
|
|
2
|
+
echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
|
|
3
|
+
chsh -s /opt/homebrew/bin/fish
|
|
4
|
+
fish
|
|
5
|
+
set -x LANG en_US.UTF-8
|
|
6
|
+
set -x LC_ALL en_US.UTF-8
|
|
7
|
+
fisher install pure-fish/pure
|
|
8
|
+
fisher install IlanCosman/tide@v5
|
|
9
|
+
fish_add_path /opt/homebrew/bin
|
|
10
|
+
fish_add_path /opt/homebrew/opt/openjdk/bin
|
|
11
|
+
fish_add_path /opt/homebrew/opt/ruby/bin
|
|
12
|
+
fish_add_path ~/Library/Android/sdk/platform-tools/
|
|
13
|
+
|
|
14
|
+
mas install 497799835 // installs xcode
|
|
15
|
+
launchctl setenv JAVA_HOME "/opt/homebrew/opt/openjdk"
|
|
16
|
+
launchctl setenv ANDROID_HOME ~/Library/Android/sdk
|
|
17
|
+
launchctl setenv NPM_TOKEN value
|
|
18
|
+
launchctl setenv EDITOR hx
|
|
19
|
+
git config --global --add --bool push.autoSetupRemote true
|
stats.plist
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>Battery_barChart_position</key>
|
|
6
|
+
<integer>0</integer>
|
|
7
|
+
<key>Battery_bar_chart_box</key>
|
|
8
|
+
<false/>
|
|
9
|
+
<key>Battery_bar_chart_color</key>
|
|
10
|
+
<string>secondBlue</string>
|
|
11
|
+
<key>Battery_bar_chart_frame</key>
|
|
12
|
+
<true/>
|
|
13
|
+
<key>Battery_bar_chart_label</key>
|
|
14
|
+
<false/>
|
|
15
|
+
<key>Battery_batteryDetails_position</key>
|
|
16
|
+
<integer>3</integer>
|
|
17
|
+
<key>Battery_battery_color</key>
|
|
18
|
+
<true/>
|
|
19
|
+
<key>Battery_battery_position</key>
|
|
20
|
+
<integer>1</integer>
|
|
21
|
+
<key>Battery_color</key>
|
|
22
|
+
<true/>
|
|
23
|
+
<key>Battery_label_position</key>
|
|
24
|
+
<integer>4</integer>
|
|
25
|
+
<key>Battery_mini_position</key>
|
|
26
|
+
<integer>2</integer>
|
|
27
|
+
<key>Battery_position</key>
|
|
28
|
+
<integer>0</integer>
|
|
29
|
+
<key>Battery_state</key>
|
|
30
|
+
<false/>
|
|
31
|
+
<key>Battery_widget</key>
|
|
32
|
+
<string>bar_chart</string>
|
|
33
|
+
<key>Bluetooth_position</key>
|
|
34
|
+
<integer>7</integer>
|
|
35
|
+
<key>Bluetooth_state</key>
|
|
36
|
+
<false/>
|
|
37
|
+
<key>CPU_barChart_position</key>
|
|
38
|
+
<integer>3</integer>
|
|
39
|
+
<key>CPU_idleColor</key>
|
|
40
|
+
<string>lightGray</string>
|
|
41
|
+
<key>CPU_label_position</key>
|
|
42
|
+
<integer>1</integer>
|
|
43
|
+
<key>CPU_lineChart_position</key>
|
|
44
|
+
<integer>2</integer>
|
|
45
|
+
<key>CPU_mini_color</key>
|
|
46
|
+
<string>secondBlue</string>
|
|
47
|
+
<key>CPU_mini_label</key>
|
|
48
|
+
<true/>
|
|
49
|
+
<key>CPU_mini_position</key>
|
|
50
|
+
<integer>0</integer>
|
|
51
|
+
<key>CPU_pieChart_position</key>
|
|
52
|
+
<integer>4</integer>
|
|
53
|
+
<key>CPU_position</key>
|
|
54
|
+
<integer>1</integer>
|
|
55
|
+
<key>CPU_state</key>
|
|
56
|
+
<true/>
|
|
57
|
+
<key>CPU_systemColor</key>
|
|
58
|
+
<string>secondRed</string>
|
|
59
|
+
<key>CPU_tachometer_position</key>
|
|
60
|
+
<integer>5</integer>
|
|
61
|
+
<key>CPU_widget</key>
|
|
62
|
+
<string>mini</string>
|
|
63
|
+
<key>Clock_list</key>
|
|
64
|
+
<data>
|
|
65
|
+
W3siZm9ybWF0IjoieXl5eS1NTS1kZCBISDptbTpzcyIsImlkIjoiQTFGMzYyNzEtRkNB
|
|
66
|
+
Qi00RDFBLUIzMDUtMjhENkIxQzUwQzBFIiwiZW5hYmxlZCI6ZmFsc2UsIm5hbWUiOiJM
|
|
67
|
+
b2NhbCB0aW1lIiwidHoiOiJsb2NhbCJ9XQ==
|
|
68
|
+
</data>
|
|
69
|
+
<key>Clock_position</key>
|
|
70
|
+
<integer>8</integer>
|
|
71
|
+
<key>Clock_state</key>
|
|
72
|
+
<false/>
|
|
73
|
+
<key>CombinedModules</key>
|
|
74
|
+
<true/>
|
|
75
|
+
<key>CombinedModules_spacing</key>
|
|
76
|
+
<string>none</string>
|
|
77
|
+
<key>Disk_disk</key>
|
|
78
|
+
<string>Macintosh HD</string>
|
|
79
|
+
<key>Disk_position</key>
|
|
80
|
+
<integer>4</integer>
|
|
81
|
+
<key>Disk_processes</key>
|
|
82
|
+
<integer>5</integer>
|
|
83
|
+
<key>Disk_updateInterval</key>
|
|
84
|
+
<integer>120</integer>
|
|
85
|
+
<key>GPU_position</key>
|
|
86
|
+
<integer>2</integer>
|
|
87
|
+
<key>LaunchAtLoginNext</key>
|
|
88
|
+
<true/>
|
|
89
|
+
<key>NSOSPLastRootDirectory</key>
|
|
90
|
+
<data>
|
|
91
|
+
Ym9va+wCAAAAAAQQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxAEA
|
|
92
|
+
AAQAAAADAwAAAAQAAAUAAAABAQAAVXNlcnMAAAAHAAAAAQEAAHB5cm9zc2gACQAAAAEB
|
|
93
|
+
AABEb3dubG9hZHMAAAAMAAAAAQYAABAAAAAgAAAAMAAAAAgAAAAEAwAA60EAAAAAAAAI
|
|
94
|
+
AAAABAMAAAVmAAAAAAAACAAAAAQDAAA4ZgAAAAAAAAwAAAABBgAAWAAAAGgAAAB4AAAA
|
|
95
|
+
CAAAAAAEAABBxmPKHKCMMxgAAAABAgAAAgAAAAAAAAAfAgAAAAAAAB8CAAAAAAAAAAAA
|
|
96
|
+
AAEFAAAIAAAABAMAAAEAAAAAAAAABAAAAAMDAAD1AQAACAAAAAEJAABmaWxlOi8vLwwA
|
|
97
|
+
AAABAQAATWFjaW50b3NoIEhECAAAAAQDAAAAUKEbcwAAAAgAAAAABAAAQcZjyEAAAAAk
|
|
98
|
+
AAAAAQEAADlCQTY3RjY1LTIzNkEtNEIyNS04NTYxLTIxN0ZBMUY1Q0Y2RhgAAAABAgAA
|
|
99
|
+
gQAAAAEAAADvEwAAAQAAAO8TAAABAAAAAQAAAAEBAAAvAAAAMAAAAAECAABkbmliAAAA
|
|
100
|
+
AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmbndkAgAAAAAAAADwAAAA/v///wEA
|
|
101
|
+
AAAAAAAAEwAAAAQQAABEAAAAAAAAAAUQAACIAAAAAAAAABAQAACsAAAAAAAAAEAQAACc
|
|
102
|
+
AAAAAAAAAAIgAACAAQAAAAAAAAUgAADwAAAAAAAAABAgAAAAAQAAAAAAABEgAAA0AQAA
|
|
103
|
+
AAAAABIgAAAUAQAAAAAAABMgAAAkAQAAAAAAACAgAABgAQAAAAAAADAgAADMAAAAAAAA
|
|
104
|
+
AAHAAADUAAAAAAAAABHAAAAgAAAAAAAAABLAAADkAAAAAAAAAAHQAADMAAAAAAAAABDQ
|
|
105
|
+
AAAEAAAAAAAAABfwAAAwAAAAAAAAACLwAACMAQAAAAAAAA==
|
|
106
|
+
</data>
|
|
107
|
+
<key>NSToolbar Configuration eu.exelban.Stats.Settings.Toolbar</key>
|
|
108
|
+
<dict>
|
|
109
|
+
<key>TB Display Mode</key>
|
|
110
|
+
<integer>1</integer>
|
|
111
|
+
<key>TB Icon Size Mode</key>
|
|
112
|
+
<integer>1</integer>
|
|
113
|
+
<key>TB Is Shown</key>
|
|
114
|
+
<true/>
|
|
115
|
+
<key>TB Size Mode</key>
|
|
116
|
+
<integer>1</integer>
|
|
117
|
+
</dict>
|
|
118
|
+
<key>NSWindow Frame NSNavPanelAutosaveName</key>
|
|
119
|
+
<string>541 585 430 163 0 0 1512 944 </string>
|
|
120
|
+
<key>Network_label_position</key>
|
|
121
|
+
<integer>3</integer>
|
|
122
|
+
<key>Network_networkChart_position</key>
|
|
123
|
+
<integer>1</integer>
|
|
124
|
+
<key>Network_position</key>
|
|
125
|
+
<integer>6</integer>
|
|
126
|
+
<key>Network_publicIPRefreshInterval</key>
|
|
127
|
+
<string>hour</string>
|
|
128
|
+
<key>Network_speed_icon</key>
|
|
129
|
+
<string>none</string>
|
|
130
|
+
<key>Network_speed_position</key>
|
|
131
|
+
<integer>0</integer>
|
|
132
|
+
<key>Network_speed_valueColor</key>
|
|
133
|
+
<true/>
|
|
134
|
+
<key>Network_state_position</key>
|
|
135
|
+
<integer>2</integer>
|
|
136
|
+
<key>Network_widget</key>
|
|
137
|
+
<string>speed</string>
|
|
138
|
+
<key>RAM_mini_color</key>
|
|
139
|
+
<string>magenta</string>
|
|
140
|
+
<key>RAM_position</key>
|
|
141
|
+
<integer>3</integer>
|
|
142
|
+
<key>SSD_mini_color</key>
|
|
143
|
+
<string>indigo</string>
|
|
144
|
+
<key>Sensors_position</key>
|
|
145
|
+
<integer>5</integer>
|
|
146
|
+
<key>dockIcon</key>
|
|
147
|
+
<false/>
|
|
148
|
+
<key>runAtLoginInitialized</key>
|
|
149
|
+
<true/>
|
|
150
|
+
<key>setupProcess</key>
|
|
151
|
+
<true/>
|
|
152
|
+
<key>telemetry</key>
|
|
153
|
+
<false/>
|
|
154
|
+
<key>telemetry_id</key>
|
|
155
|
+
<string>65605E90-61FB-458E-92D0-1F202A3A76D9</string>
|
|
156
|
+
<key>temperature_units</key>
|
|
157
|
+
<string>system</string>
|
|
158
|
+
<key>update-interval</key>
|
|
159
|
+
<string>Silent</string>
|
|
160
|
+
<key>updater_check_ts</key>
|
|
161
|
+
<integer>1732368663</integer>
|
|
162
|
+
<key>version</key>
|
|
163
|
+
<string>2.11.18</string>
|
|
164
|
+
</dict>
|
|
165
|
+
</plist>
|