mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-12-28 22:18:17 +01:00
Compare commits
2 Commits
c20e0998a2
...
e06cbc3f04
| Author | SHA1 | Date | |
|---|---|---|---|
| e06cbc3f04 | |||
| a31dbc23cf |
@ -72,7 +72,7 @@ repos:
|
||||
|
||||
# GitHub Actions etc. configuration validity checking
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.34.0
|
||||
rev: 0.34.1
|
||||
hooks:
|
||||
#- id: check-jsonschema
|
||||
- id: check-dependabot
|
||||
|
||||
5
install
5
install
@ -186,6 +186,10 @@ if [ "$(id -u)" == "0" ]; then
|
||||
chmod -v a+r /etc/sysctl.d/*.conf
|
||||
(sysctl -p --system &)
|
||||
|
||||
# udev configuration. SECURITY WARNING
|
||||
mkdir -vp /etc/udev/rules.d/
|
||||
ln -nsfv $HOME/.shell-things/submodules/steam-devices/*.rules /etc/udev/rules.d/
|
||||
|
||||
# SSHd hardening hopefully. SECURITY WARNING
|
||||
mkdir -vp /etc/ssh/sshd_config.d/
|
||||
chmod -v a+x /etc/ssh/sshd_config.d/
|
||||
@ -337,6 +341,7 @@ if [ "$(id -u)" == "0" ]; then
|
||||
# Symlink cleanup
|
||||
if hash symlinks 2> /dev/null; then
|
||||
symlinks -d /etc/xdg/autostart/
|
||||
symlinks -d /etc/udev/rules.d/
|
||||
symlinks -d /usr/local/bin/
|
||||
symlinks -d /usr/local/share/fonts/
|
||||
else
|
||||
|
||||
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.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd",
|
||||
"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.0
|
||||
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.0:
|
||||
corepack@0.34.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-8D9N/k9hDjoISCDGUzH2wBF0fJD49p3G7ifoEZcc0vhB7Py6r+Mc1SpJ8dvnWY/HMP95K60WkQbN7vgbUgXgpA==,
|
||||
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.0
|
||||
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.0: {}
|
||||
corepack@0.34.1: {}
|
||||
|
||||
prettier-plugin-nginx@1.0.3: {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user