mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-04 09:28:08 +01:00
Compare commits
3 Commits
f809ca0181
...
c87e1dc122
| Author | SHA1 | Date | |
|---|---|---|---|
| c87e1dc122 | |||
| 287f9a3b00 | |||
| b5b1565fce |
@ -84,7 +84,7 @@ repos:
|
|||||||
|
|
||||||
# Easierish licensing when attempting reuse compliancy
|
# Easierish licensing when attempting reuse compliancy
|
||||||
- repo: https://github.com/fsfe/reuse-tool
|
- repo: https://github.com/fsfe/reuse-tool
|
||||||
rev: v6.1.2
|
rev: v6.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: reuse
|
- id: reuse
|
||||||
|
|
||||||
@ -106,7 +106,7 @@ repos:
|
|||||||
|
|
||||||
# .editorconfig validity checking
|
# .editorconfig validity checking
|
||||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||||
rev: "3.4.0"
|
rev: "3.4.1"
|
||||||
hooks:
|
hooks:
|
||||||
- id: editorconfig-checker
|
- id: editorconfig-checker
|
||||||
alias: ec
|
alias: ec
|
||||||
|
|||||||
2
etc/profile.d/90-kwin-enable-vkeyboard.sh
Normal file
2
etc/profile.d/90-kwin-enable-vkeyboard.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Always enable virtual keyboard. Toggle from status bar.
|
||||||
|
export KWIN_IM_SHOW_ALWAYS=1
|
||||||
6
install
6
install
@ -62,6 +62,12 @@ if [ ! -f $HOME/.config/MangoHud/MangoHud.conf ]; then
|
|||||||
cp -v conf/MangoHud.conf $HOME/.config/MangoHud/
|
cp -v conf/MangoHud.conf $HOME/.config/MangoHud/
|
||||||
fi
|
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
|
# wayland native terminal
|
||||||
if [ ! -f $HOME/.config/foot/foot.ini ]; then
|
if [ ! -f $HOME/.config/foot/foot.ini ]; then
|
||||||
cp -v conf/foot/foot.ini $HOME/.config/foot/foot.ini
|
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-sh": "0.18.0",
|
||||||
"prettier-plugin-toml": "2.0.6"
|
"prettier-plugin-toml": "2.0.6"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
|
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
|
||||||
"prettier": "@aminda/global-prettier-config"
|
"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)
|
version: 3.4.2(prettier@3.6.2)
|
||||||
corepack:
|
corepack:
|
||||||
specifier: latest
|
specifier: latest
|
||||||
version: 0.34.1
|
version: 0.34.2
|
||||||
prettier:
|
prettier:
|
||||||
specifier: 3.6.2
|
specifier: 3.6.2
|
||||||
version: 3.6.2
|
version: 3.6.2
|
||||||
@ -86,10 +86,10 @@ packages:
|
|||||||
integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==,
|
integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==,
|
||||||
}
|
}
|
||||||
|
|
||||||
corepack@0.34.1:
|
corepack@0.34.2:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-lq4mE+fhHCwSF+Z/uolUr9hXlc8qOEIAR/rnBt/z1HetTDQ1gzQuxDOzjP9V6wqJHRMelCDp4Pvxn2x3wHV7dA==,
|
integrity: sha512-pNlZwsxQ7W+Sgj5SMiTxwUMMv8rKqEetznMytt+LGW6uk/chZsLGRl1TIO7OjGIfCqkvqURB1yaTK5KzdEEeSA==,
|
||||||
}
|
}
|
||||||
engines: { node: ^20.10.0 || ^22.11.0 || >=24.0.0 }
|
engines: { node: ^20.10.0 || ^22.11.0 || >=24.0.0 }
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@ -150,7 +150,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@prettier/plugin-ruby": 4.0.4(prettier@3.6.2)
|
"@prettier/plugin-ruby": 4.0.4(prettier@3.6.2)
|
||||||
"@prettier/plugin-xml": 3.4.2(prettier@3.6.2)
|
"@prettier/plugin-xml": 3.4.2(prettier@3.6.2)
|
||||||
corepack: 0.34.1
|
corepack: 0.34.2
|
||||||
prettier: 3.6.2
|
prettier: 3.6.2
|
||||||
prettier-plugin-nginx: 1.0.3
|
prettier-plugin-nginx: 1.0.3
|
||||||
prettier-plugin-sh: 0.18.0(prettier@3.6.2)
|
prettier-plugin-sh: 0.18.0(prettier@3.6.2)
|
||||||
@ -181,7 +181,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
regexp-to-ast: 0.5.0
|
regexp-to-ast: 0.5.0
|
||||||
|
|
||||||
corepack@0.34.1: {}
|
corepack@0.34.2: {}
|
||||||
|
|
||||||
prettier-plugin-nginx@1.0.3: {}
|
prettier-plugin-nginx@1.0.3: {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user