Compare commits

...

2 Commits

2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable

View File

@ -43,6 +43,7 @@ flatpak override net.pcsx2.PCSX2 --filesystem=~/.config/PCSX2:create
# A directory I can share between native and flatpak Steam so both have the
# same games without having to navigate weird paths.
flatpak override com.valvesoftware.Steam --filesystem=~/SteamLibrary:create
flatpak override net.lutris.Lutris --filesystem=~/SteamLibrary:create
# Just for verbosity. The results can be seen in /var/lib/flatpak/overrides/global …
flatpak override --show
@ -54,6 +55,7 @@ flatpak override --show im.riot.Riot
flatpak override --show com.nextcloud.desktopclient.nextcloud
flatpak override --show net.pcsx2.PCSX2
flatpak override --show com.valvesoftware.Steam
flatpak override --show net.lutris.Lutris
# Hide commands being executed again
set +x