mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-04 19:37:27 +01:00
Compare commits
No commits in common. "c87e1dc122a31a3fe831286d39103ef26097ded1" and "f809ca01814b7ea001f90637a4db71e1ecfe23bc" have entirely different histories.
c87e1dc122
...
f809ca0181
@ -84,7 +84,7 @@ repos:
|
||||
|
||||
# Easierish licensing when attempting reuse compliancy
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v6.2.0
|
||||
rev: v6.1.2
|
||||
hooks:
|
||||
- id: reuse
|
||||
|
||||
@ -106,7 +106,7 @@ repos:
|
||||
|
||||
# .editorconfig validity checking
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "3.4.1"
|
||||
rev: "3.4.0"
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
alias: ec
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
# Always enable virtual keyboard. Toggle from status bar.
|
||||
export KWIN_IM_SHOW_ALWAYS=1
|
||||
6
install
6
install
@ -62,12 +62,6 @@ if [ ! -f $HOME/.config/MangoHud/MangoHud.conf ]; then
|
||||
cp -v conf/MangoHud.conf $HOME/.config/MangoHud/
|
||||
fi
|
||||
|
||||
# Default cursor font
|
||||
if [[ ! -f $HOME/.local/share/icons/default/index.theme && -f /usr/share/icons/Oxygen_Yellow/index.theme ]]; then
|
||||
mkdir -vp $HOME/.local/share/icons/default/
|
||||
cp -v local/share/icons/default/index.theme $HOME/.local/share/icons/default/
|
||||
fi
|
||||
|
||||
# wayland native terminal
|
||||
if [ ! -f $HOME/.config/foot/foot.ini ]; then
|
||||
cp -v conf/foot/foot.ini $HOME/.config/foot/foot.ini
|
||||
|
||||
2
package.json
vendored
2
package.json
vendored
@ -9,6 +9,6 @@
|
||||
"prettier-plugin-sh": "0.18.0",
|
||||
"prettier-plugin-toml": "2.0.6"
|
||||
},
|
||||
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
|
||||
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
|
||||
"prettier": "@aminda/global-prettier-config"
|
||||
}
|
||||
|
||||
10
pnpm-lock.yaml
generated
vendored
10
pnpm-lock.yaml
generated
vendored
@ -18,7 +18,7 @@ importers:
|
||||
version: 3.4.2(prettier@3.6.2)
|
||||
corepack:
|
||||
specifier: latest
|
||||
version: 0.34.2
|
||||
version: 0.34.1
|
||||
prettier:
|
||||
specifier: 3.6.2
|
||||
version: 3.6.2
|
||||
@ -86,10 +86,10 @@ packages:
|
||||
integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==,
|
||||
}
|
||||
|
||||
corepack@0.34.2:
|
||||
corepack@0.34.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-pNlZwsxQ7W+Sgj5SMiTxwUMMv8rKqEetznMytt+LGW6uk/chZsLGRl1TIO7OjGIfCqkvqURB1yaTK5KzdEEeSA==,
|
||||
integrity: sha512-lq4mE+fhHCwSF+Z/uolUr9hXlc8qOEIAR/rnBt/z1HetTDQ1gzQuxDOzjP9V6wqJHRMelCDp4Pvxn2x3wHV7dA==,
|
||||
}
|
||||
engines: { node: ^20.10.0 || ^22.11.0 || >=24.0.0 }
|
||||
hasBin: true
|
||||
@ -150,7 +150,7 @@ snapshots:
|
||||
dependencies:
|
||||
"@prettier/plugin-ruby": 4.0.4(prettier@3.6.2)
|
||||
"@prettier/plugin-xml": 3.4.2(prettier@3.6.2)
|
||||
corepack: 0.34.2
|
||||
corepack: 0.34.1
|
||||
prettier: 3.6.2
|
||||
prettier-plugin-nginx: 1.0.3
|
||||
prettier-plugin-sh: 0.18.0(prettier@3.6.2)
|
||||
@ -181,7 +181,7 @@ snapshots:
|
||||
dependencies:
|
||||
regexp-to-ast: 0.5.0
|
||||
|
||||
corepack@0.34.2: {}
|
||||
corepack@0.34.1: {}
|
||||
|
||||
prettier-plugin-nginx@1.0.3: {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user