File tree 3 files changed +35
-12
lines changed
roles/dotfiles/files/Mackup
Library/Application Support/Code/User
3 files changed +35
-12
lines changed Original file line number Diff line number Diff line change 320
320
}
321
321
],
322
322
"type" : " basic"
323
+ },
324
+ {
325
+ "from" : {
326
+ "key_code" : " print_screen" ,
327
+ "modifiers" : {
328
+ "mandatory" : [
329
+ ]
330
+ }
331
+ },
332
+ "to" : [
333
+ {
334
+ "shell_command" : " /Users/yuhonas/.asdf/shims/kasa --host 10.0.0.106 toggle"
335
+ }
336
+ ],
337
+ "type" : " basic"
323
338
}
324
339
]
325
340
}
743
758
"consumer_key_code" : " al_terminal_lock_or_screensaver"
744
759
}
745
760
]
746
- },
747
- {
748
- "from" : {
749
- "key_code" : " print_screen"
750
- },
751
- "to" : [
752
- {
753
- "consumer_key_code" : " mute"
754
- }
755
- ]
756
761
}
757
762
],
758
763
"virtual_hid_keyboard" : {
762
767
}
763
768
}
764
769
]
765
- }
770
+ }
Original file line number Diff line number Diff line change @@ -158,3 +158,8 @@ if (( $+commands[starship] )); then
158
158
# znap eval starship 'starship init zsh --print-full-init'
159
159
fi
160
160
161
+ if (( $+ commands[thefuck] )) ; then
162
+ eval $( thefuck --alias)
163
+ fi
164
+
165
+
Original file line number Diff line number Diff line change 43
43
"vim.cursorStylePerMode.replace" : " underline" ,
44
44
"vim.replaceWithRegister" : true ,
45
45
"editor.inlineSuggest.enabled" : true ,
46
+ "prettier.documentSelectors" : [" **/*.astro" ],
47
+ "[astro]" : {
48
+ "editor.formatOnSave" : true ,
49
+ "editor.defaultFormatter" : " astro-build.astro-vscode"
50
+ },
46
51
"[html]" : {
47
52
"editor.defaultFormatter" : " esbenp.prettier-vscode"
48
53
},
57
62
"[rust]" : {
58
63
"editor.formatOnSave" : true
59
64
},
65
+ "[elixir]" : {
66
+ "editor.formatOnSave" : true
67
+ },
60
68
"[vue]" : {
61
69
"editor.defaultFormatter" : " esbenp.prettier-vscode" ,
62
70
"editor.formatOnSave" : true
94
102
"[typescript]" : {
95
103
"editor.defaultFormatter" : " vscode.typescript-language-features"
96
104
},
97
- "workbench.colorTheme" : " Wal"
105
+ "tailwindCSS.includeLanguages" : {
106
+ "elixir" : " html" ,
107
+ "phoenix-heex" : " html"
108
+ },
109
+ "workbench.colorTheme" : " Solarized Dark" ,
110
+ "github.copilot.editor.enableAutoCompletions" : true
98
111
}
You can’t perform that action at this time.
0 commit comments