chore(conf9g): update things and configs

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-08-31 19:19:24 +08:00
parent 5123aa45ba
commit f4dcee8e96
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
10 changed files with 90 additions and 10 deletions

2
.asdf

@ -1 +1 @@
Subproject commit 44f3efb63b7517520f4610d504d30783a85c9d79
Subproject commit f00f759f3d8d405468d0071310a91b8f5a9c3798

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"editor.formatOnPaste": true,
"git.autofetch": true,
"[markdown]": {
"[markdown]": {
"editor.wordWrap": "on",
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
@ -21,7 +21,14 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tokenColorCustomizations": {
"textMateRules": []
"textMateRules": [
{
"scope": "keyword.other.dotenv",
"settings": {
"foreground": "#FF000000"
}
}
]
},
"workbench.colorTheme": "GitHub Dark Colorblind (Beta)",
"workbench.productIconTheme": "material-product-icons",
@ -39,5 +46,12 @@
"sqltools.useNodeRuntime": true,
"sqltools.connections": [],
"arcade-vsc.notifications.startReminder": true,
"caddyfile.executable": "/home/gildedguy/.local/bin/caddy"
"caddyfile.executable": "/home/gildedguy/.local/bin/caddy",
"explorer.confirmDragAndDrop": false,
"gitlens.plusFeatures.enabled": false,
"gpgIndicator.enablePassphraseCache": true,
"workbench.editor.limit.excludeDirty": true,
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.perEditorGroup": true,
"terminal.integrated.scrollback": 100000
}

File diff suppressed because one or more lines are too long

View file

@ -71,5 +71,43 @@
"workbench.trustedDomains.promptInTrustedWorkspace": true,
"files.associations": {
"known_hosts": "plaintext"
}
},
"terminal.integrated.confirmOnExit": "hasChildProcesses",
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.enableVisualBell": true,
"terminal.integrated.hideOnStartup": "whenEmpty",
"terminal.integrated.ignoreProcessNames": [
"starship",
"oh-my-posh",
"bash",
"zsh",
"sh"
],
"terminal.integrated.stickyScroll.enabled": true,
"editor.tabSize": 2,
"html.format.indentInnerHtml": true,
"githubIssues.queries": [
{
"label": "My Issues",
"query": "is:open assignee:${user} repo:${owner}/${repository}",
"groupBy": [
"milestone"
]
},
{
"label": "Created Issues in this repository",
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
},
{
"label": "Recent Issues in this repository",
"query": "state:open repo:${owner}/${repository} sort:updated-desc"
},
{
"label": "Created Issues by Authenicated User",
"query": "author:${user} state:open sort:created-desc"
}
],
"terminal.integrated.persistentSessionScrollback": 100000,
"arcade-vsc.notifications.startReminder": false
}

View file

@ -53,7 +53,7 @@ graph_symbol_proc = "default"
shown_boxes = "cpu mem net proc"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 200
update_ms = 300
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.

13
.docker/config.json Normal file
View file

@ -0,0 +1,13 @@
{
"auths": {
"dock.mau.dev": {},
"https://index.docker.io/v1/": {},
"https://index.docker.io/v1/access-token": {},
"https://index.docker.io/v1/refresh-token": {},
"mau.dev": {}
},
"credsStore": "pass",
"credHelpers": {
"us-docker.pkg.dev": "gcloud"
}
}

2
.nvm

@ -1 +1 @@
Subproject commit 4beab63631764fc381a0e56273faf8d43b8f9509
Subproject commit c31a867c463bbe2251bd3b996a611f8cdc3007eb

View file

@ -30,3 +30,12 @@ p.psf.lt ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9VQeLuGoN27lM6+aXThuzu20UyERkGkum
[zarc]:8022 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGC3B47SeKXNPb0bE2LNHdkdxLMJyIw2vGvNS/tUR+GY
[zarc]:8022 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsTEwqhd+Bc8RbyZ0OibXv1Irt0La5bKl3m06IKY7eRuHMXpyiHAq9fMeQm8QzZgin1Jm9ctY3GjLOmlZYPJknpZOiktk4K5bWZ5I+v/Vm45penWkucLTkB8263dRUKsck5DpheJKESwEMkqJhm9GjcTPVSdpwq96Czh3VoCOMA3EaxaugTrpqxDCgNBbAmNIfB1uRwRuQrN9RHXnfOWHjh4iQCUAj47SjIkN4QXGMa6nsnMGVJ+9Q1Jkk8nBUUU0g2N/FLiAIYCGjer2Od8d8vLD8UJt9zQVzrkGv3w2VscnEWBIOrdU3lC9wIB6cob7FOmVnyA7t/cihBkdgEb81B3iqDz+H6qwoTXchwD7p3YquXKVsjh9GC2OTAnBw2cDTvcXbaJjdAhf3dfhq/X41IbIlBNc3gshgAbK8AuLTN9IPCGEPgL98Le/ci4IIVRni3bxnGATCuukEt0S4GD8VH2kedDWCCNICbsL4ECxHKBhB2yArD+WFDZAk7+o3DhM=
[zarc]:8022 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBbl+EOGOAEisdHiPmj3fA3zAMaEBfdr3UIP5l9r3bpAtH0TCg5yD4C/EBx2TE4sLaqqrqXstM3j68+JwBkTRU0=
bonkers-bowerbird ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAFLIzliWJ0WZNifR94zKuH+AhAqb7S3lLlODfuzc1mvxbCniSiSFTvkJSNiKX9PeAnRs/QATu6T0YKa8PgY2tU=
mau.dev ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICO76F2Bj2b1O3Q7Ln2x94kq6Ai2ev2aOyXur9XgSsM0
mau.dev ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJNV/VLejsM22QLGaE0IFvLAKgBzmv+KZH0YXUwakDwlkLEzqCS3vIEU7hYK6LN9//O56tY/peGsfey5jQIIJ6WFuyezNdpLpScprLukBb7baKlb5Sei5S5Gn4LdLu2927HnbK6bcCRN52DfVmrLDvfc4m9tsV9Uz/aCwGaFU7UYJUJrYsd/+o0yR6FOeZLXWyQhhJKC9e5ueI8mQEUn3h5hhU12AQuvI7c7GPpsq3zK0n1iHbmtAK+o1iuQEP7ynWkh9/9gUYJy5PufIQQYWLesR6CEC47zgBiYtCJkPLzbavrkPhb77v/5Q52hFhsla5fszXyjXG4SPnRZ+7yvlEKDrqh0kFIT5g9WSDGjiho6DrIqNYrlbHWhpfUx/g8YXsTgHqfE44LrqVyWdhpsVeW4q+kfhd7yse/QnWoc0zSrdFmqVHQlBbEQxiwslrENfXuTVpHlUGMO0OvlSPezYknjRklYkA3nFUX6Zj9LjvrgUobtbKi2w/gO+t+qZOOD8=
mau.dev ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLxa34Hhx89dTu4blnP+mA5AeWNTMqRyFYrCcJIKop6FtZ571Xyt4ign4zg7QFRQ5CciO783fMPK+K/gDXXAf8=
aur.archlinux.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuBKrPzbawxA/k2g6NcyV5jmqwJ2s+zpgZGZ7tpLIcN
aur.archlinux.org ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKF9vAFWdgm9Bi8uc+tYRBmXASBb5cB5iZsB7LOWWFeBrLp3r14w0/9S2vozjgqY5sJLDPONWoTTaVTbhe3vwO8CBKZTEt1AcWxuXNlRnk9FliR1/eNB9uz/7y1R0+c1Md+P98AJJSJWKN12nqIDIhjl2S1vOUvm7FNY43fU2knIhEbHybhwWeg+0wxpKwcAd/JeL5i92Uv03MYftOToUijd1pqyVFdJvQFhqD4v3M157jxS5FTOBrccAEjT+zYmFyD8WvKUa9vUclRddNllmBJdy4NyLB8SvVZULUPrP3QOlmzemeKracTlVOUG1wsDbxknF1BwSCU7CmU6UFP90kpWIyz66bP0bl67QAvlIc52Yix7pKJPbw85+zykvnfl2mdROsaT8p8R9nwCdFsBc9IiD0NhPEHcyHRwB8fokXTajk2QnGhL+zP5KnkmXnyQYOCUYo3EKMXIlVOVbPDgRYYT/XqvBuzq5S9rrU70KoI/S5lDnFfx/+lPLdtcnnEPk=
aur.archlinux.org ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLMiLrP8pVi5BFX2i3vepSUnpedeiewE5XptnUnau+ZoeUOPkpoCgZZuYfpaIQfhhJJI5qgnjJmr4hyJbe/zxow=
devzat.hackclub.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7oO3Zh+NMk8qsakdy7pvcifO04M38ET8LznC0Ad3G6KsrCz4PLIv8gi4YCBW9xJLrwy8ICj1bEh61Hf/rSzl0J4dWbZCKy656l1XihSd0fdjNefMpOY/FTejYt1TszkCbohOEwDM39t+/hr4C2LQ6YC9QeznBXBw2mNn7f4nW1lwDeoKV6hr3vlqSwZ2pvZaZu6sWdhYPcA6omLyyycs8ar/AecxDNWFQZhwPXbEElDS4iRl4Wlw5kK+DrxsJuxdkkf7ur8SN4GADKUEULsfShx9M7j/aTx+rqtWg0O4gC/sTtczED4ugkdxNTmahYEMhvutja/pSHIvMAERXjETQtbUj/DkPkHQoFpax+GBaFV3Ge2ys521AyE/2I6vuwcNk5cNVXan7SXtf5lSKKemtqBEpE+omRx6YIIClTxRJL1Ee6elgFkPloo0Kxx3tcdNN66bpStw9DVzcZ/coC7hLl2m4vya/OAjey2AIt+aifD2iNIiPubV2ZGHOV3SSUFM=
[nest.hackclub.app]:23234 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJtl5OhePqRO65sRRslPOjVtZZ7iSTxZyYvLaC77u1id

View file

@ -44,5 +44,11 @@
"**/.cache": true
},
"search.useGlobalIgnoreFiles": true,
"search.useParentIgnoreFiles": true
"search.useParentIgnoreFiles": true,
"files.associations": {
"/.config/caddyfiles/*.Caddyfile": "caddyfile"
},
"material-icon-theme.files.associations": {
"*.Caddyfile": "caddyfile"
}
}