mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-04 21:27:20 +02:00
Compare commits
No commits in common. "dd25c7eadc391986b5e44121f92ac7e14621f8d6" and "ca61d280cedc1f94e6c0a91699a5712e42717e47" have entirely different histories.
dd25c7eadc
...
ca61d280ce
@ -1,7 +1,7 @@
|
|||||||
# See https://pre-commit.com for more information
|
# See https://pre-commit.com for more information
|
||||||
# See https://pre-commit.ci for more information
|
# See https://pre-commit.ci for more information
|
||||||
ci:
|
ci:
|
||||||
skip: [prettier, alex]
|
skip: [prettier]
|
||||||
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
|
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
|
||||||
# the frequency of unnecessary PRs.
|
# the frequency of unnecessary PRs.
|
||||||
# https://github.com/pre-commit-ci/issues/issues/83
|
# https://github.com/pre-commit-ci/issues/issues/83
|
||||||
@ -98,10 +98,6 @@ repos:
|
|||||||
name: prettier
|
name: prettier
|
||||||
entry: corepack npx prettier --cache --ignore-unknown --write
|
entry: corepack npx prettier --cache --ignore-unknown --write
|
||||||
language: system
|
language: system
|
||||||
- id: alex
|
|
||||||
name: alex
|
|
||||||
entry: corepack npx alex --why --quiet
|
|
||||||
language: system
|
|
||||||
|
|
||||||
# .editorconfig validity checking
|
# .editorconfig validity checking
|
||||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||||
|
@ -23,5 +23,3 @@ rc/zshrc
|
|||||||
# I keep getting notifications from the words above which again are
|
# I keep getting notifications from the words above which again are
|
||||||
# explanations why they are in this file.
|
# explanations why they are in this file.
|
||||||
.wokeignore
|
.wokeignore
|
||||||
.alexignore
|
|
||||||
.pre-commit-config.yaml
|
|
@ -1,4 +1,4 @@
|
|||||||
# Computer English for root
|
# European/standardizedish English for root
|
||||||
if [[ "$(id -u)" == "0" ]]; then
|
if [[ "$(id -u)" == "0" ]]; then
|
||||||
unset LC_ALL
|
unset LC_ALL
|
||||||
unset LANGUAGE
|
unset LANGUAGE
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
# Fixes everything that has if for $SteamDeck = 1
|
|
||||||
export SteamDeck=1
|
|
@ -1,6 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Steam autostart in big picture mode
|
Name=Steam autostart in big picture mode
|
||||||
Exec=flatpak run com.valvesoftware.Steam -tenfoot -steamdeck
|
Exec=flatpak run com.valvesoftware.Steam -tenfoot
|
||||||
Icon=com.valvesoftware.Steam
|
Icon=com.valvesoftware.Steam
|
||||||
Type=Application
|
Type=Application
|
||||||
Hidden=false
|
Hidden=false
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Steam autostart in tray
|
Name=Steam autostart in tray
|
||||||
Exec=flatpak run com.valvesoftware.Steam -silent -steamdeck
|
Exec=flatpak run com.valvesoftware.Steam -silent
|
||||||
Icon=com.valvesoftware.Steam
|
Icon=com.valvesoftware.Steam
|
||||||
Type=Application
|
Type=Application
|
||||||
Hidden=false
|
Hidden=false
|
||||||
|
3
package.json
vendored
3
package.json
vendored
@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
|
||||||
"alex": "^11.0.1"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aminda/global-prettier-config": "2025.21.0",
|
"@aminda/global-prettier-config": "2025.21.0",
|
||||||
"@prettier/plugin-ruby": "4.0.4",
|
"@prettier/plugin-ruby": "4.0.4",
|
||||||
|
4374
pnpm-lock.yaml
generated
vendored
4374
pnpm-lock.yaml
generated
vendored
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user