Skip to content

Commit

Permalink
chore: Zeliblue Bazzite fixes (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos authored Dec 22, 2024
2 parents 6365d0f + 89be57c commit 6993497
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env fish
#shellcheck disable=all
if status --is-interactive
if [ -d /home/linuxbrew/.linuxbrew ]
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
if test -d (brew --prefix)/share/fish/completions
set -p fish_complete_path (brew --prefix)/share/fish/completions
end
if test -d (brew --prefix)/share/fish/vendor_completions.d
set -p fish_complete_path (brew --prefix)/share/fish/vendor_completions.d
end
end
end
5 changes: 5 additions & 0 deletions recipes/gnome/zeliblue-bazzite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ modules:
- from-file: common/common-flatpaks.yml
- from-file: common/common-fonts.yml

- type: files
files:
- source: system_files/overrides
destination: /

- type: script
scripts:
- image-info.sh
Expand Down
8 changes: 1 addition & 7 deletions recipes/gnome/zeliblue-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ modules:
- ARG ZELIBLUE_PRETTY_NAME="Zeliblue"
- ARG ZELIBLUE_IMAGE_TAG=testing

- from-file: common/common-bling.yml
- from-file: common/common-files.yml
- from-file: common/common-flatpaks.yml
- from-file: common/common-fonts.yml
- from-file: common/common-packages.yml
- from-file: common/common-scripts.yml
- from-file: common/common-modules.yml
- from-file: common/common-base.yml

- from-file: testing/testing-kernel.yml
- from-file: testing/testing-packages.yml
Expand Down

0 comments on commit 6993497

Please sign in to comment.