๐ŸŸ My personal dotfiles
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add fisher and karabiner config

+58
+3
config/fish/fish_plugins
··· 1 + jorgebucaran/fisher 2 + acomagu/fish-async-prompt 3 + z11i/github-copilot-cli.fish
+55
config/karabiner/karabiner.json
··· 1 + { 2 + "profiles": [ 3 + { 4 + "devices": [ 5 + { 6 + "fn_function_keys": [ 7 + { 8 + "from": { "key_code": "f1" }, 9 + "to": [{ "apple_vendor_keyboard_key_code": "brightness_down" }] 10 + }, 11 + { 12 + "from": { "key_code": "f2" }, 13 + "to": [{ "apple_vendor_keyboard_key_code": "brightness_up" }] 14 + }, 15 + { 16 + "from": { "key_code": "f3" }, 17 + "to": [{ "apple_vendor_keyboard_key_code": "mission_control" }] 18 + }, 19 + { 20 + "from": { "key_code": "f4" }, 21 + "to": [{ "apple_vendor_keyboard_key_code": "spotlight" }] 22 + }, 23 + { 24 + "from": { "key_code": "f5" }, 25 + "to": [{ "consumer_key_code": "dictation" }] 26 + }, 27 + { 28 + "from": { "key_code": "f7" }, 29 + "to": [{ "consumer_key_code": "rewind" }] 30 + }, 31 + { 32 + "from": { "key_code": "f8" }, 33 + "to": [{ "consumer_key_code": "play_or_pause" }] 34 + }, 35 + { 36 + "from": { "key_code": "f9" }, 37 + "to": [{ "consumer_key_code": "fast_forward" }] 38 + } 39 + ], 40 + "identifiers": { 41 + "is_keyboard": true, 42 + "product_id": 20548, 43 + "vendor_id": 12815 44 + } 45 + } 46 + ], 47 + "name": "Default profile", 48 + "selected": true, 49 + "virtual_hid_keyboard": { 50 + "country_code": 0, 51 + "keyboard_type_v2": "ansi" 52 + } 53 + } 54 + ] 55 + }