Skip to content

Commit

Permalink
[Darwin] M VSCodium/User/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roblav96 committed Apr 23, 2024
1 parent d141b24 commit a9745f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions VSCodium/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"workbench.iconTheme": "Monokai Pro Icons",
"typescript.preferences.importModuleSpecifier": "non-relative",
"javascript.preferences.importModuleSpecifier": "non-relative",
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"explorer.confirmDragAndDrop": false,

//
}
1 change: 1 addition & 0 deletions modules/npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ which lefthook &>/dev/null || alias lefthook="npx lefthook"
which typia &>/dev/null || alias typia="npx typia"
which nodemon &>/dev/null || alias nodemon="npx nodemon"
which vercel &>/dev/null || alias vercel="npx vercel"
which jsr &>/dev/null || alias jsr="npx jsr"
which firebase &>/dev/null || alias firebase="npx --package=firebase-tools firebase"
which ts-rename-all &>/dev/null || alias ts-rename-all="npx --package=@ts-rename-all/cli ts-rename-all"

Expand Down
12 changes: 6 additions & 6 deletions mpv/input.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Shift+Meta+RIGHT no-osd add playlist-pos 10



UP no-osd add playlist-pos 1
DOWN no-osd add playlist-pos -1
LEFT no-osd add playlist-pos -1
RIGHT no-osd add playlist-pos 1
Shift+LEFT no-osd add playlist-pos -10
Shift+RIGHT no-osd add playlist-pos 10
# UP no-osd add playlist-pos 1
# DOWN no-osd add playlist-pos -1
# LEFT no-osd add playlist-pos -1
# RIGHT no-osd add playlist-pos 1
# Shift+LEFT no-osd add playlist-pos -10
# Shift+RIGHT no-osd add playlist-pos 10
4 changes: 2 additions & 2 deletions zshrc.Darwin.after.sh
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,10 @@ sshd \
bore \
task \
tsh \
prettierd \
\
prettierd\
; fd --search-path ~/.prettierd --type=file --hidden --exec-batch rm\
; bhr && pcs"
# ; rm -rf ~/.prettierd; bhr && pcs"

# unalias k &>/dev/null
# function k() {
Expand Down

0 comments on commit a9745f9

Please sign in to comment.