Skip to content

Commit

Permalink
chore(just): add aliases for recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
HikariKnight committed Jan 7, 2024
1 parent 430c840 commit c6cb6e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/ublue-os-just/10-update.just
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim: set ft=make :

alias upgrade := update
# Update system, flatpaks, and containers all at once
update VERB_LEVEL="full":
#!/usr/bin/env bash
Expand Down Expand Up @@ -73,6 +74,7 @@ update-firmware:
fwupdmgr get-updates
fwupdmgr update

alias auto-update := toggle-updates
# Turn automatic updates on or off
toggle-updates ARG="prompt":
#!/usr/bin/env bash
Expand Down
1 change: 1 addition & 0 deletions build/ublue-os-just/40-nvidia.just
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim: set ft=make :

alias nvidia := configure-nvidia
# Configure the Nvidia driver
configure-nvidia ARG="prompt":
#!/usr/bin/env bash
Expand Down
2 changes: 2 additions & 0 deletions build/ublue-os-just/50-akmods.just
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim: set ft=make :

alias gamepads := configure-gamepads
# Configure gamepad drivers
configure-gamepads ARG="prompt":
#!/usr/bin/env bash
Expand Down Expand Up @@ -32,6 +33,7 @@ configure-gamepads ARG="prompt":
echo "${bold}Disabled${normal} xone and xpadneo, please reboot for changes to take effect"
fi

alias broadcom-wl := configure-broadcom-wl
# Configure Broadcom WL driver (Enabling WL breaks numerous other Wi-Fi adapters)
configure-broadcom-wl ARG="prompt":
#!/usr/bin/env bash
Expand Down
3 changes: 3 additions & 0 deletions build/ublue-os-just/70-nix.just
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim: set ft=make :

alias nix := setup-nix
# Install, uninstall or configure nix
setup-nix ARG="prompt":
#!/usr/bin/env bash
Expand Down Expand Up @@ -66,6 +67,7 @@ setup-nix ARG="prompt":
sudo rm -f /etc/sudoers.d/nix-sudo-env
fi

alias fleek := setup-fleek
# Install, uninstall or configure Fleek (https://getfleek.dev/)
setup-fleek ARG="prompt":
#!/usr/bin/env bash
Expand Down Expand Up @@ -109,6 +111,7 @@ setup-fleek ARG="prompt":
fi
fi

alias devbox := setup-devbox
# Install or uninstall devbox
setup-devbox ARG="prompt":
#!/usr/bin/env bash
Expand Down

0 comments on commit c6cb6e6

Please sign in to comment.