마지막 수정일 : 24년 01월 30일

Overall

순서대로 진행하면 됩니다.

 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
# Rosetta & homebrew
/usr/sbin/softwareupdate --install-rosetta --agree-to-license # rosetta
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # homebrew
brew install cask

# iTerm2 & oh my zsh & powerlevel10k
brew install --cask iterm2
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # oh my zsh 설치
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k # Powerlevel10k
vi ~/.zshrc
ZSH_THEME="powerlevel10k/powerlevel10k" # ZSH_THEME 찾아서 수정
p10k configure



# homebrew로 application 설치
brew install pipenv pyenv nvm gh hugo ollama pnpm sqlite zsh-autosuggestions zsh-syntax-highlighting
brew install --cask visual-studio-code dbeaver-community datagrip docker insomnia altair-graphql-client # Dev
brew install --cask discord notion slack figma # Work
brew install --cask bettertouchtool clipy stats google-chrome naver-whale fig scroll-reverser shottr karabiner-elements switchresx microsoft-remote-desktop adobe-creative-cloud # Utils


# Node (nvm)
nvm install 18
nvm use 18
npm install -g yarn


# Python (pyenv)
pyenv install 3.11
pyenv global 3.11
pyenv local 3.11
python --version

# git
gh auth login
git config --global user.name cha2hyun
git config --global user.email cha2hyun.dev@gmail.com


# ollama (LLM)
ollama pull mistral:latest
ollama pull codellama:latest
ollama pull llama2-uncensored:7b-chat


# Mac 설정
defaults write com.apple.dock autohide-time-modifier -float 0.25;killall Dock # 독 숨기기 속도
defaults write com.apple.finder CreateDesktop -bool FALSE; # 바탕화면 아이콘 숨기기


# 직접설치 필요
# https://github.com/Yash-Handa/logo-ls
# https://github.com/gomjellie/zsh-hangul

iTerm2 Profile

테마 - github dark theme

Profile cha2hyun.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
{
  "Use Non-ASCII Font": false,
  "Tags": [],
  "Ansi 12 Color": {
    "Red Component": 0.42352941632270813,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.97254902124404907,
    "Green Component": 0.64313727617263794
  },
  "Ansi 6 Color": {
    "Red Component": 0.16862745583057404,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.5372549295425415,
    "Green Component": 0.45490196347236633
  },
  "Draw Powerline Glyphs": true,
  "Bold Color": {
    "Red Component": 0.78823530673980713,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.85098040103912354,
    "Green Component": 0.81960785388946533
  },
  "Normal Font": "MesloLGS-NF-Regular 27",
  "Link Color": {
    "Red Component": 0.34509804844856262,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 1,
    "Green Component": 0.65098041296005249
  },
  "Custom Directory": "No",
  "Rows": 25,
  "Default Bookmark": "No",
  "Right Option Key Sends": 0,
  "Cursor Guide Color": {
    "Red Component": 0.70213186740875244,
    "Color Space": "sRGB",
    "Alpha Component": 0.25,
    "Blue Component": 1,
    "Green Component": 0.9268307089805603
  },
  "Non-ASCII Anti Aliased": true,
  "Use Bright Bold": true,
  "Ansi 10 Color": {
    "Red Component": 0.33725491166114807,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.39215686917304993,
    "Green Component": 0.82745099067687988
  },
  "Ambiguous Double Width": false,
  "Jobs to Ignore": ["rlogin", "ssh", "slogin", "telnet"],
  "Show Status Bar": true,
  "Ansi 15 Color": {
    "Red Component": 1,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 1,
    "Green Component": 1
  },
  "Foreground Color": {
    "Red Component": 0.54509806632995605,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.61960786581039429,
    "Green Component": 0.58039218187332153
  },
  "Working Directory": "/Users/staffsoohyun",
  "Blinking Cursor": false,
  "Disable Window Resizing": true,
  "Sync Title": false,
  "Prompt Before Closing 2": false,
  "BM Growl": true,
  "Command": "",
  "Description": "Default",
  "Mouse Reporting": true,
  "Screen": -1,
  "Selection Color": {
    "Red Component": 0.23137255012989044,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.43921568989753723,
    "Green Component": 0.31372550129890442
  },
  "Only The Default BG Color Uses Transparency": true,
  "Columns": 80,
  "Idle Code": 0,
  "Ansi 13 Color": {
    "Red Component": 0.85882353782653809,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.63529413938522339,
    "Green Component": 0.3803921639919281
  },
  "Custom Command": "No",
  "ASCII Anti Aliased": true,
  "Non Ascii Font": "Monaco 12",
  "Vertical Spacing": 1,
  "Use Bold Font": true,
  "Option Key Sends": 0,
  "Selected Text Color": {
    "Red Component": 1,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 1,
    "Green Component": 1
  },
  "Background Color": {
    "Red Component": 0.062745101749897003,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.086274512112140656,
    "Green Component": 0.070588238537311554
  },
  "Character Encoding": 4,
  "Ansi 11 Color": {
    "Red Component": 0.89019608497619629,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.25490197539329529,
    "Green Component": 0.70196080207824707
  },
  "Use Italic Font": true,
  "Unlimited Scrollback": false,
  "Keyboard Map": {
    "0xf700-0x260000": {
      "Action": 10,
      "Text": "[1;6A"
    },
    "0x37-0x40000": {
      "Action": 11,
      "Text": "0x1f"
    },
    "0x32-0x40000": {
      "Action": 11,
      "Text": "0x00"
    },
    "0xf709-0x20000": {
      "Action": 10,
      "Text": "[17;2~"
    },
    "0xf70c-0x20000": {
      "Action": 10,
      "Text": "[20;2~"
    },
    "0xf729-0x20000": {
      "Action": 10,
      "Text": "[1;2H"
    },
    "0xf72b-0x40000": {
      "Action": 10,
      "Text": "[1;5F"
    },
    "0xf705-0x20000": {
      "Action": 10,
      "Text": "[1;2Q"
    },
    "0xf703-0x260000": {
      "Action": 10,
      "Text": "[1;6C"
    },
    "0xf700-0x220000": {
      "Action": 10,
      "Text": "[1;2A"
    },
    "0xf701-0x280000": {
      "Action": 11,
      "Text": "0x1b 0x1b 0x5b 0x42"
    },
    "0x38-0x40000": {
      "Action": 11,
      "Text": "0x7f"
    },
    "0x33-0x40000": {
      "Action": 11,
      "Text": "0x1b"
    },
    "0xf703-0x220000": {
      "Action": 10,
      "Text": "[1;2C"
    },
    "0xf701-0x240000": {
      "Action": 10,
      "Text": "[1;5B"
    },
    "0xf70d-0x20000": {
      "Action": 10,
      "Text": "[21;2~"
    },
    "0xf702-0x260000": {
      "Action": 10,
      "Text": "[1;6D"
    },
    "0xf729-0x40000": {
      "Action": 10,
      "Text": "[1;5H"
    },
    "0xf706-0x20000": {
      "Action": 10,
      "Text": "[1;2R"
    },
    "0x34-0x40000": {
      "Action": 11,
      "Text": "0x1c"
    },
    "0xf700-0x280000": {
      "Action": 11,
      "Text": "0x1b 0x1b 0x5b 0x41"
    },
    "0x2d-0x40000": {
      "Action": 11,
      "Text": "0x1f"
    },
    "0xf70e-0x20000": {
      "Action": 10,
      "Text": "[23;2~"
    },
    "0xf702-0x220000": {
      "Action": 10,
      "Text": "[1;2D"
    },
    "0xf703-0x280000": {
      "Action": 11,
      "Text": "0x1b 0x1b 0x5b 0x43"
    },
    "0xf700-0x240000": {
      "Action": 10,
      "Text": "[1;5A"
    },
    "0xf707-0x20000": {
      "Action": 10,
      "Text": "[1;2S"
    },
    "0xf70a-0x20000": {
      "Action": 10,
      "Text": "[18;2~"
    },
    "0x35-0x40000": {
      "Action": 11,
      "Text": "0x1d"
    },
    "0xf70f-0x20000": {
      "Action": 10,
      "Text": "[24;2~"
    },
    "0xf703-0x240000": {
      "Action": 10,
      "Text": "[1;5C"
    },
    "0xf701-0x260000": {
      "Action": 10,
      "Text": "[1;6B"
    },
    "0xf702-0x280000": {
      "Action": 11,
      "Text": "0x1b 0x1b 0x5b 0x44"
    },
    "0xf72b-0x20000": {
      "Action": 10,
      "Text": "[1;2F"
    },
    "0x36-0x40000": {
      "Action": 11,
      "Text": "0x1e"
    },
    "0xf708-0x20000": {
      "Action": 10,
      "Text": "[15;2~"
    },
    "0xf701-0x220000": {
      "Action": 10,
      "Text": "[1;2B"
    },
    "0xf70b-0x20000": {
      "Action": 10,
      "Text": "[19;2~"
    },
    "0xf702-0x240000": {
      "Action": 10,
      "Text": "[1;5D"
    },
    "0xf704-0x20000": {
      "Action": 10,
      "Text": "[1;2P"
    }
  },
  "Window Type": 0,
  "Background Image Location": "",
  "Blur": false,
  "Badge Color": {
    "Red Component": 0.21960784494876862,
    "Color Space": "sRGB",
    "Alpha Component": 0.5,
    "Blue Component": 0.99215686321258545,
    "Green Component": 0.54509806632995605
  },
  "Scrollback Lines": 50000,
  "Send Code When Idle": false,
  "Close Sessions On End": true,
  "Terminal Type": "xterm-256color",
  "Visual Bell": true,
  "Flashing Bell": false,
  "Status Bar Layout": {
    "components": [
      {
        "class": "iTermStatusBarCPUUtilizationComponent",
        "configuration": {
          "knobs": {
            "base: priority": 5,
            "base: compression resistance": 1
          },
          "layout advanced configuration dictionary value": {
            "algorithm": 0,
            "remove empty components": false,
            "auto-rainbow style": 0
          }
        }
      },
      {
        "class": "iTermStatusBarMemoryUtilizationComponent",
        "configuration": {
          "knobs": {
            "base: priority": 5,
            "base: compression resistance": 1
          },
          "layout advanced configuration dictionary value": {
            "algorithm": 0,
            "remove empty components": false,
            "auto-rainbow style": 0
          }
        }
      },
      {
        "class": "iTermStatusBarNetworkUtilizationComponent",
        "configuration": {
          "knobs": {
            "base: priority": 5,
            "base: compression resistance": 1
          },
          "layout advanced configuration dictionary value": {
            "algorithm": 0,
            "remove empty components": false,
            "auto-rainbow style": 0
          }
        }
      },
      {
        "class": "iTermStatusBarClockComponent",
        "configuration": {
          "knobs": {
            "base: priority": 5,
            "format": "M/dd h:mm",
            "base: compression resistance": 1
          },
          "layout advanced configuration dictionary value": {
            "algorithm": 0,
            "remove empty components": false,
            "auto-rainbow style": 0
          }
        }
      }
    ],
    "advanced configuration": {
      "remove empty components": false,
      "font": ".AppleSystemUIFont 12",
      "algorithm": 0,
      "auto-rainbow style": 0
    }
  },
  "Silence Bell": false,
  "Ansi 14 Color": {
    "Red Component": 0.16862745583057404,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.5372549295425415,
    "Green Component": 0.45490196347236633
  },
  "Name": "cha2hyun",
  "Cursor Text Color": {
    "Red Component": 0.062745101749897003,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.086274512112140656,
    "Green Component": 0.070588238537311554
  },
  "Minimum Contrast": 0,
  "Shortcut": "",
  "Cursor Color": {
    "Red Component": 0.78823530673980713,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.85098040103912354,
    "Green Component": 0.81960785388946533
  },
  "Ansi 0 Color": {
    "Red Component": 0,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0,
    "Green Component": 0
  },
  "Guid": "B262AC40-142C-4D80-94A5-F5EBCE07AD20",
  "Horizontal Spacing": 1,
  "Ansi 3 Color": {
    "Red Component": 0.89019608497619629,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.25490197539329529,
    "Green Component": 0.70196080207824707
  },
  "Ansi 4 Color": {
    "Red Component": 0.42352941632270813,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.97254902124404907,
    "Green Component": 0.64313727617263794
  },
  "Ansi 5 Color": {
    "Red Component": 0.85882353782653809,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.63529413938522339,
    "Green Component": 0.3803921639919281
  },
  "Transparency": 0,
  "Ansi 7 Color": {
    "Red Component": 1,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 1,
    "Green Component": 1
  },
  "Ansi 8 Color": {
    "Red Component": 0.30000001192092896,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.30000001192092896,
    "Green Component": 0.30000001192092896
  },
  "Ansi 9 Color": {
    "Red Component": 0.9686274528503418,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.40000000596046448,
    "Green Component": 0.5058823823928833
  },
  "Ansi 1 Color": {
    "Red Component": 0.9686274528503418,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.40000000596046448,
    "Green Component": 0.5058823823928833
  },
  "Ansi 2 Color": {
    "Red Component": 0.33725491166114807,
    "Color Space": "sRGB",
    "Alpha Component": 1,
    "Blue Component": 0.39215686917304993,
    "Green Component": 0.82745099067687988
  }
}

Better Touch Tools Profile

.bttpreset 확장자로 저장해야합니다.

Profile cha2hyun.bttpreset
  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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
{
  "BTTPresetCreatorNotes": "",
  "BTTPresetInfoURL": "",
  "BTTPresetName": "cha2hyun",
  "BTTPresetColor": "142.908800, 188.700000, 16.983000, 255.000000",
  "BTTGeneralSettings": {
    "BTTPathSampleSize": 100,
    "BTTCMOnTop": true,
    "BTTForceForceClickPressure2F": 700,
    "BSTLeftHalfBlock": true,
    "BTTMinDrawingMovement": 2,
    "BTTTouchBarMouseModeClickBlock": true,
    "BSTRightHalfBlock": true,
    "disableScrollingIf2": true,
    "batteryWarning": false,
    "BSTDontShowSnapAreasWhileModMoving": 0,
    "BSTWindowGrabPosY": 10,
    "showTrackpadTab": true,
    "singleFingerTapRight": 0.05000000074505806,
    "BTTDrawingStrokeWidth": 4,
    "cornerSnap": true,
    "BTRScrollSpeed": 1,
    "BTTTouchBarHapticFeedbackRelease": "1",
    "BSTIncreaseSnappingArea": true,
    "showDrawingsTab": true,
    "SIRIMouseSpeed": 1,
    "BTTUseNewUI": true,
    "BSTEnableEnhancementCheck": true,
    "BTTNotchBarNotchWidgetModeHideLeftFixed": false,
    "useAppleRemotePlugin": false,
    "BTTTouchBarFontSize": 15,
    "BSTSnapAreaDefaultPictoDistanceFromBottom": 0.10000000149011612,
    "BTRMouseSpeed": 1,
    "BSTPreventTopMissionControl": true,
    "BSTSnapAreaDefaultDashedBorder": false,
    "BTTEnablePalmRecognition": true,
    "BSTBrokenAPICheckEnabled": false,
    "BTTStageManagerLeftGap": 190,
    "BTTAllowThumbIfAllFingersArePlacedSimultaneously": true,
    "BTTNotchBarStandardMenubarModeHideRightFixed": false,
    "BTTNotchBarNotchWidgetModeShowMiniMenubar": true,
    "BTTStageManagerSnappingIncreaseAbsolute": false,
    "BTTShowControlStripItem": true,
    "BSTSnapAreaDefaultCornerRadius": 20,
    "BTTNotchBarNotchMenubarModeHideLeftFixed": true,
    "BTTMovePastedToTop": true,
    "BTTMaxAllowedDrawingRotation": 30,
    "BTTDidRegisterForUpdateStats": "4.361",
    "BTTNotchBarNotchWidgetModeHideRightFixed": false,
    "BTTStageManagerLeaveGap": true,
    "BTTStageManagerLeftSnappingAreaIncreasePercentage": 0.125,
    "BTTTpFourFingerSwipeSensitivity": 0.40000000000000002,
    "BSTMoveTreshold": 2,
    "BTTHideFomControlStripWhenOpen": false,
    "BTTNumberOfStarts": 1531,
    "BTTForceNormalClickPressure3F": 150,
    "showSiriRemoteTab": true,
    "SIRIScrollSpeed": 1,
    "BTTShowControlStrip": true,
    "tpThreeFingerDoubleTapDelay": 0.5,
    "showNormalMiceTab": true,
    "BTTNotchBarStandardMenubarModeHideLeftScrollable": true,
    "BSTSnapAreaDefaultBorderWidth": "3",
    "BTTTouchBarHapticFeedback": "22",
    "BTTForceNormalClickPressure": 150,
    "BTTDrawingRightMouse": true,
    "BTTConvertedDevices": true,
    "snapBottomRight": true,
    "BTTThreeFingerTipTapMinSpread": 0.029999999999999999,
    "BTTTouchBarVisible": false,
    "BTTIMGURDefault": true,
    "BTTNotchBarShowOnStandardScreens": true,
    "BSTSnapAreaDefaultBackgroundColor": "129.991390, 201.122858, 227.012328, 104.550000",
    "BSTSnapAreaDefaultPictoSize": 0.69999998807907104,
    "BSTSnapAreaDefaultBorderColor": "0.000000, 0.000000, 0.000000, 255.000000",
    "BTTNotchBarNotchMenubarModeHideLeftScrollable": true,
    "BTTNotchBarNotchMenubarModeShowOriginalStatusIcons": true,
    "BSTTopMissionControlTreshold": 34,
    "BTTNotchBarNotchWidgetModeHideRightScrollable": false,
    "BSTSnapAreaDefaultHighlightColor": "92.625563, 122.647995, 161.664347, 56.100000",
    "BTTStageManagerLeftGapPercentage": 0.10000000000000001,
    "BTTForceForceClickPressure5F": 600,
    "BTTForceForceClickPressure": 700,
    "BSTMemorySaver": true,
    "BTTLastClamshellState": false,
    "BTTStageManagerLeaveGapEvenIfHiding": false,
    "BTTTouchBarAnimateGroups": true,
    "BTTShowBTTWhenControlStripHidden": true,
    "BTTFreeSpaceAfterESC": 10,
    "mmZoomRepeatDelay": 0.10000000000000001,
    "snapTopLeft": true,
    "BTTDrawingAreaWidth": 915,
    "BTTTiltWheelDelay": 0.44999998807907104,
    "twoFingerDoubleTapDelay": 0.5,
    "BTTForceNormalClickPressure5F": 200,
    "BTTShowESCWhenControlStripHidden": true,
    "showBTTRemoteTab": true,
    "BTTFilterMagicMouseLeftRightEdge": true,
    "BTTNotchBarStandardWidgetModeShowOriginalStatusIcons": false,
    "BTTDrawingsHighlightStartPoint": true,
    "BTTEnableUsageLogging": true,
    "snapBottomLeft": true,
    "BTTScreenshotOpenImgurInBrowser": true,
    "BTTDontRestartAfterSleep": true,
    "BTTForceNormalClickPressure2F": 140,
    "BSTSnapAreaDefaultInvisible": false,
    "BTTDrawingAreaHeight": 626,
    "BTTForceForceClickPressure4F": 650,
    "BTTTouchBarUseMonoSpacedFont": true,
    "BSTCornerRoundness": "10",
    "BTTStageManagerLeftSnappingAreaIncrease": 222,
    "BTTForceForceHapticResponse": 13,
    "BTTNotchBarStandardMenubarModeHideLeftFixed": true,
    "showMagicMouseTab": true,
    "BTTNotchBarNotchWidgetModeShowOriginalStatusIcons": false,
    "BTTAlwaysShowPresetIndicators": true,
    "BTTStageManagerIncreaseEvenIfHiding": true,
    "BTTForcedHidden": true,
    "showTouchBarTab": true,
    "BTTFreeSpaceAfterBTT": 20,
    "BTTNotchBarStandardWidgetModeHideRightFixed": false,
    "BTTTwoFingerTipTapMinSpread": 0.029999999999999999,
    "BTTDismissIfNothingToShow": true,
    "BTTDrawingsRestoreMousePosition": true,
    "BSTDisableSnapAreas": false,
    "BTTDefaultTBIconWidth": 22,
    "BTTStageManagerLeftGapAbsolute": false,
    "snapTopRight": true,
    "BSTSnapAreaDefaultShowPictogram": false,
    "BTTSelectedKeyboardTabIndex": 0,
    "BTTTouchBarKeepIconRatio": true,
    "BSTBrokenAPICheckDelay": 0.20000000000000001,
    "BTTStageManagerIncrease": true,
    "showKeyboardTab": true,
    "BTTForceForceClickPressure3F": 700,
    "disableScrollingIf3": true,
    "BSTWindowGrabPosX": 67,
    "BTTHandleThumbsRestingOnTopEdgeAndCorners": true,
    "BTTAutoSwitchToOldKeyboardImplementation": true,
    "BTTTpThreeFingerSwipeSensitivity": 0.29999999999999999,
    "BTTCopyImgurURLToClipboard": true,
    "BTTForceNormalHapticResponse": 12,
    "BTTTouchBarSupportEnabled": true,
    "BTTDaysToKeepHistory": 14,
    "BTTNotchBarNotchMenubarModeHideRightFixed": true,
    "BTTDefaultTBIconHeight": 22,
    "BTTNotchBarStandardMenubarModeShowOriginalStatusIcons": true,
    "BTTNotchBarStandardWidgetModeHideLeftFixed": false,
    "singleFingerTapLeft": 0.44999998807907104,
    "BTTNotchBarStandardWidgetModeHideLeftScrollable": false,
    "BTTForceNormalClickPressure4F": 175,
    "BTTNotchBarNotchWidgetModeHideLeftScrollable": false,
    "BSTSnapAreaDefaultAnimationDuration": 0.30000001192092896,
    "BTTNotchBarStandardWidgetModeHideRightScrollable": false,
    "BTTNotchBarStandardMenubarModeHideRightScrollable": false,
    "showOtherTriggersTab": true,
    "BTTNotchBarNotchMenubarModeHideRightScrollable": true,
    "BSTSnapAreaDefaultPictoDistanceFromLeft": 0.10000000149011612
  },
  "BTTPresetUUID": "5D3595D0-6F21-46A9-BD5B-F0D2DE22FC17",
  "BTTPresetContent": [
    {
      "BTTAppBundleIdentifier": "com.apple.finder",
      "BTTAppName": "Finder",
      "BTTAppAutoInvertIcon": 1,
      "BTTAppProcessMatchMode": 2,
      "BTTAppProcessName": "Finder",
      "BTTAppSpecificSettings": {
        "BTTDisableGlobalTriggers": false,
        "BTTTouchBarMode": 2
      },
      "BTTTriggers": []
    },
    {
      "BTTAppBundleIdentifier": "com.google.Chrome",
      "BTTAppName": "Google Chrome",
      "BTTAppAutoInvertIcon": 1,
      "BTTAppProcessMatchMode": 2,
      "BTTAppProcessName": "Google Chrome",
      "BTTTriggers": []
    },
    {
      "BTTAppBundleIdentifier": "com.naver.Whale",
      "BTTAppName": "네이버 웨일",
      "BTTAppAutoInvertIcon": 1,
      "BTTAppProcessMatchMode": 2,
      "BTTAppProcessName": "네이버 웨일",
      "BTTTriggers": [
        {
          "BTTLastUpdatedAt": 1701048757.9956999,
          "BTTTriggerType": 165,
          "BTTTriggerTypeDescription": "2 Finger Swipe From Left Edge (start outside of the trackpad on the aluminum)",
          "BTTTriggerClass": "BTTTriggerTypeTouchpadAll",
          "BTTLayoutIndependentActionChar": "LEFT",
          "BTTShortcutToSend": "58,55,123",
          "BTTUUID": "41E5FE88-0AF7-41E3-96E3-AFFC287E5552",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTOrder": 4
        },
        {
          "BTTLastUpdatedAt": 1701048758.0122209,
          "BTTTriggerType": 110,
          "BTTTriggerTypeDescription": "4 Finger Tap",
          "BTTTriggerClass": "BTTTriggerTypeTouchpadAll",
          "BTTLayoutIndependentActionChar": "i",
          "BTTShortcutToSend": "58,55,34",
          "BTTUUID": "3E09207D-8152-43D5-B492-218F04AB5EAF",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTOrder": 2
        },
        {
          "BTTLastUpdatedAt": 1701048757.972424,
          "BTTTriggerType": 166,
          "BTTTriggerTypeDescription": "2 Finger Swipe From Right Edge (start outside of the trackpad on the aluminum)",
          "BTTTriggerClass": "BTTTriggerTypeTouchpadAll",
          "BTTLayoutIndependentActionChar": "RIGHT",
          "BTTShortcutToSend": "58,55,124",
          "BTTUUID": "3185A907-580C-47D3-80D3-9D5A6E1A151C",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTOrder": 5
        },
        {
          "BTTLastUpdatedAt": 1701048757.978236,
          "BTTTriggerType": 179,
          "BTTTriggerTypeDescription": "2 Finger Double-Tap",
          "BTTTriggerClass": "BTTTriggerTypeTouchpadAll",
          "BTTLayoutIndependentActionChar": "w",
          "BTTShortcutToSend": "55,13",
          "BTTUUID": "FC82F017-45A7-42E4-A218-CCC9683E96F0",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTOrder": 6
        },
        {
          "BTTLastUpdatedAt": 1701048757.9419,
          "BTTTriggerType": 114,
          "BTTTriggerTypeDescription": "TipTap Right (1 Finger Fix)",
          "BTTTriggerClass": "BTTTriggerTypeTouchpadAll",
          "BTTLayoutIndependentActionChar": "]",
          "BTTShortcutToSend": "55,30",
          "BTTUUID": "FF71EA4F-ECD7-4060-934E-DD10A44AB305",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTOrder": 1
        },
        {
          "BTTLastUpdatedAt": 1701048757.989536,
          "BTTTriggerType": 113,
          "BTTTriggerTypeDescription": "TipTap Left (1 Finger Fix)",
          "BTTTriggerClass": "BTTTriggerTypeTouchpadAll",
          "BTTLayoutIndependentActionChar": "[",
          "BTTShortcutToSend": "55,33",
          "BTTUUID": "54FEE28A-6235-4ADB-AECF-9DC7B72B5335",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTOrder": 0
        },
        {
          "BTTLastUpdatedAt": 1701048758.041115,
          "BTTTriggerType": 167,
          "BTTTriggerTypeDescription": "2 Finger Swipe From Top Edge",
          "BTTTriggerClass": "BTTTriggerTypeTouchpadAll",
          "BTTLayoutIndependentActionChar": "l",
          "BTTShortcutToSend": "55,37",
          "BTTUUID": "C055C8EE-6994-4CEA-9CDB-9B985EE410BA",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTOrder": 3
        }
      ]
    },
    {
      "BTTAppBundleIdentifier": "BT.G",
      "BTTAppName": "Global",
      "BTTAppAutoInvertIcon": 1,
      "BTTAppSpecificSettings": {
        "BTTDisableGlobalTriggers": false
      },
      "BTTTriggers": [
        {
          "BTTLastUpdatedAt": 1701048757.900574,
          "BTTTriggerType": -1,
          "BTTTriggerClass": "BTTTriggerTypeKeyboardShortcut",
          "BTTKeyboardShortcutKeyboardType": 0,
          "BTTUUID": "72F0D21C-EEBB-4BC6-B09F-A6CC4BB5513C",
          "BTTTriggerOnDown": 1,
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTShortcutKeyCode": -1,
          "BTTShortcutModifierKeys": -1,
          "BTTOrder": 3,
          "BTTAutoAdaptToKeyboardLayout": 0
        },
        {
          "BTTLastUpdatedAt": 1701048758.0499239,
          "BTTTriggerType": 0,
          "BTTTriggerClass": "BTTTriggerTypeKeyboardShortcut",
          "BTTPredefinedActionType": 19,
          "BTTPredefinedActionName": "Maximize Window Left Half",
          "BTTAdditionalConfiguration": "1572904",
          "BTTKeyboardShortcutKeyboardType": 48000,
          "BTTUUID": "6E0BB3B2-6111-4A6B-991B-95ECAA27EFF3",
          "BTTTriggerOnDown": 1,
          "BTTLayoutIndependentChar": "꺋",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTShortcutKeyCode": 86,
          "BTTShortcutModifierKeys": 1572864,
          "BTTOrder": 5,
          "BTTAutoAdaptToKeyboardLayout": 0
        },
        {
          "BTTLastUpdatedAt": 1701048757.90589,
          "BTTTriggerType": 0,
          "BTTTriggerClass": "BTTTriggerTypeKeyboardShortcut",
          "BTTPredefinedActionType": 84,
          "BTTPredefinedActionName": "Restore Old Window Size",
          "BTTAdditionalConfiguration": "1572904",
          "BTTKeyboardShortcutKeyboardType": 48000,
          "BTTUUID": "D24AC2A4-DDBD-4784-BE6A-A1B5D91A8B53",
          "BTTTriggerOnDown": 1,
          "BTTLayoutIndependentChar": "겋",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTShortcutKeyCode": 84,
          "BTTShortcutModifierKeys": 1572864,
          "BTTOrder": 24,
          "BTTAutoAdaptToKeyboardLayout": 0
        },
        {
          "BTTLastUpdatedAt": 1701048758.048466,
          "BTTTriggerType": 0,
          "BTTTriggerClass": "BTTTriggerTypeKeyboardShortcut",
          "BTTPredefinedActionType": 20,
          "BTTPredefinedActionName": "Maximize Window Right Half",
          "BTTAdditionalConfiguration": "1572904",
          "BTTKeyboardShortcutKeyboardType": 48000,
          "BTTUUID": "C6333D1D-BCBF-41F5-8ABF-EFC743E95488",
          "BTTTriggerOnDown": 1,
          "BTTLayoutIndependentChar": "ꂋ",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTShortcutKeyCode": 88,
          "BTTShortcutModifierKeys": 1572864,
          "BTTOrder": 8,
          "BTTAutoAdaptToKeyboardLayout": 0
        },
        {
          "BTTLastUpdatedAt": 1701048758.0060649,
          "BTTTriggerType": 108,
          "BTTTriggerTypeDescription": "4 Finger Swipe Up",
          "BTTTriggerClass": "BTTTriggerTypeTouchpadAll",
          "BTTPredefinedActionType": 45,
          "BTTPredefinedActionName": "Show Desktop",
          "BTTUUID": "9B9ECB57-F7AD-4263-B67B-118434804C5D",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTOrder": 1
        },
        {
          "BTTLastUpdatedAt": 1701048757.9825811,
          "BTTTriggerType": 0,
          "BTTTriggerClass": "BTTTriggerTypeKeyboardShortcut",
          "BTTPredefinedActionType": 269,
          "BTTPredefinedActionName": "Save current window layout",
          "BTTAdditionalConfiguration": "1310729",
          "BTTKeyboardShortcutKeyboardType": 48000,
          "BTTUUID": "4119AF6B-8E56-46AF-A2E0-ADE9994E9368",
          "BTTTriggerOnDown": 1,
          "BTTLayoutIndependentChar": "ཱི",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTShortcutKeyCode": 1,
          "BTTShortcutModifierKeys": 1310720,
          "BTTOrder": 15,
          "BTTAutoAdaptToKeyboardLayout": 0
        },
        {
          "BTTLastUpdatedAt": 1701048758.001519,
          "BTTTriggerType": 0,
          "BTTTriggerClass": "BTTTriggerTypeKeyboardShortcut",
          "BTTPredefinedActionType": 48,
          "BTTPredefinedActionName": "Maximize Window to Next Monitor",
          "BTTAdditionalConfiguration": "1572904",
          "BTTKeyboardShortcutKeyboardType": 48000,
          "BTTUUID": "FF6EEC5F-C5AB-4A45-9082-1D793CDCB655",
          "BTTTriggerOnDown": 1,
          "BTTLayoutIndependentChar": "꾋",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTShortcutKeyCode": 87,
          "BTTShortcutModifierKeys": 1572864,
          "BTTOrder": 12,
          "BTTAutoAdaptToKeyboardLayout": 0
        },
        {
          "BTTLastUpdatedAt": 1701048757.9958291,
          "BTTTriggerType": 0,
          "BTTTriggerClass": "BTTTriggerTypeKeyboardShortcut",
          "BTTPredefinedActionType": 270,
          "BTTPredefinedActionName": "Restore last saved window layout",
          "BTTAdditionalConfiguration": "1310729",
          "BTTKeyboardShortcutKeyboardType": 48000,
          "BTTUUID": "929B2E4D-DB15-45EF-8DB0-4D31352D29AC",
          "BTTTriggerOnDown": 1,
          "BTTLayoutIndependentChar": "ཱི",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTShortcutKeyCode": 1,
          "BTTShortcutModifierKeys": 1310720,
          "BTTOrder": 17,
          "BTTAutoAdaptToKeyboardLayout": 0
        },
        {
          "BTTLastUpdatedAt": 1701048758.006705,
          "BTTTriggerType": 0,
          "BTTTriggerClass": "BTTTriggerTypeKeyboardShortcut",
          "BTTPredefinedActionType": 21,
          "BTTPredefinedActionName": "Maximize Window",
          "BTTAdditionalConfiguration": "1572904",
          "BTTKeyboardShortcutKeyboardType": 48000,
          "BTTUUID": "A84FE2CF-3382-406B-8509-43EEE188EB8C",
          "BTTTriggerOnDown": 1,
          "BTTLayoutIndependentChar": "ꎋ",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTShortcutKeyCode": 91,
          "BTTShortcutModifierKeys": 1572864,
          "BTTOrder": 21,
          "BTTAutoAdaptToKeyboardLayout": 0
        },
        {
          "BTTLastUpdatedAt": 1701048757.9224138,
          "BTTTriggerType": 179,
          "BTTTriggerTypeDescription": "2 Finger Double-Tap",
          "BTTTriggerClass": "BTTTriggerTypeTouchpadAll",
          "BTTLayoutIndependentActionChar": "w",
          "BTTShortcutToSend": "55,13",
          "BTTUUID": "FE856BD1-C5DC-4423-AFE0-85CBA530A1BD",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTOrder": 2
        },
        {
          "BTTLastUpdatedAt": 1701048758.0367999,
          "BTTTriggerType": 107,
          "BTTTriggerTypeDescription": "4 Finger Swipe Down",
          "BTTTriggerClass": "BTTTriggerTypeTouchpadAll",
          "BTTPredefinedActionType": 5,
          "BTTPredefinedActionName": "Mission Control",
          "BTTUUID": "4FD1663C-8013-47C0-83C0-FE37B7ED5CC9",
          "BTTEnabled": 1,
          "BTTEnabled2": 1,
          "BTTOrder": 0
        }
      ]
    }
  ],
  "BTTPresetSnapAreas": []
}

VScode Profile

폰트 먼저 설치 D2coding

1
preferences > Setting sync on > github login

Karbiner

무조건 `키(백틱)로 변경

링크에서 ₩ 키를 `키로 바꿔주는 complex_modifications rules을 받아 Enable


시스템설정

  1. 키보드 > 키보드단축키 > spotlight 검색 보기 - ctrl + space
  2. 키보드 - 키반복속도 빠르게, 반복지연시간 짧게
  3. 제어센터 > 시계옵션 > 시간에 초를 표시
  4. SwitchResX > hdpi 활성화 되어있는지 체크