Skip to content

Commit

Permalink
fix: enable services as part of build.
Browse files Browse the repository at this point in the history
fix(dev): fish shebangs to disable shellcheck
  • Loading branch information
m2Giles committed May 13, 2024
1 parent 268b206 commit 8342ca7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_files/base/systemd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ systemctl enable ublue-update.timer
systemctl enable ublue-system-setup.service
systemctl enable ublue-etc-merge.service
systemctl enable ublue-guest-user.service
systemctl enable var-home-linuxbrew.mount
systemctl enable brew-upgrade.timer
systemctl enable brew-update.timer
systemctl --global enable ublue-user-setup.service
systemctl --global enable podman-auto-update.timer
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/usr/bin/fish
#shellcheck disable=all
alias fastfetch="/usr/bin/fastfetch --file /usr/share/ublue-os/aurora-logo.txt --logo-type file --logo-color-1 94 --logo-color-2 95 --logo-color-3 91 --logo-color-4 97 -c /usr/share/ublue-os/ublue-os.jsonc"
1 change: 1 addition & 0 deletions system_files/shared/usr/share/fish/vendor_conf.d/brew.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/fish
#shellcheck disable=all
if status --is-interactive
[ -d /home/linuxbrew/.linuxbrew ] && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
if systemctl --quiet is-active var-home-linuxbrew.mount
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/fish
#shellcheck disable=all

alias neofetch=fastfetch
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/fish
#shellcheck disable=all

function fish_greeting
if test -d "$HOME"
if test ! -e "$HOME"/.config/no-show-user-motd
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/usr/bin/fish
#shellcheck disable=all
alias fastfetch="/usr/bin/fastfetch --logo /usr/share/ublue-os/bluefin-logos/symbols/dolly -c /usr/share/ublue-os/ublue-os.jsonc"

0 comments on commit 8342ca7

Please sign in to comment.