Compare commits

..

3 Commits

8 changed files with 4389 additions and 4 deletions

View File

@ -23,3 +23,5 @@ rc/zshrc
# I keep getting notifications from the words above which again are
# explanations why they are in this file.
.wokeignore
.alexignore
.pre-commit-config.yaml

View File

@ -1,7 +1,7 @@
# See https://pre-commit.com for more information
# See https://pre-commit.ci for more information
ci:
skip: [prettier]
skip: [prettier, alex]
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
# the frequency of unnecessary PRs.
# https://github.com/pre-commit-ci/issues/issues/83
@ -98,6 +98,10 @@ repos:
name: prettier
entry: corepack npx prettier --cache --ignore-unknown --write
language: system
- id: alex
name: alex
entry: corepack npx alex --why --quiet
language: system
# .editorconfig validity checking
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python

View File

@ -1,4 +1,4 @@
# European/standardizedish English for root
# Computer English for root
if [[ "$(id -u)" == "0" ]]; then
unset LC_ALL
unset LANGUAGE

View File

@ -0,0 +1,2 @@
# Fixes everything that has if for $SteamDeck = 1
export SteamDeck=1

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Name=Steam autostart in big picture mode
Exec=flatpak run com.valvesoftware.Steam -tenfoot
Exec=flatpak run com.valvesoftware.Steam -tenfoot -steamdeck
Icon=com.valvesoftware.Steam
Type=Application
Hidden=false

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Name=Steam autostart in tray
Exec=flatpak run com.valvesoftware.Steam -silent
Exec=flatpak run com.valvesoftware.Steam -silent -steamdeck
Icon=com.valvesoftware.Steam
Type=Application
Hidden=false

3
package.json vendored
View File

@ -1,4 +1,7 @@
{
"dependencies": {
"alex": "^11.0.1"
},
"devDependencies": {
"@aminda/global-prettier-config": "2025.21.0",
"@prettier/plugin-ruby": "4.0.4",

4374
pnpm-lock.yaml generated vendored

File diff suppressed because it is too large Load Diff