From 1cf9a4df1f985b62de4cddf92fee374915046325 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Wed, 13 Nov 2024 21:59:52 -0300 Subject: [PATCH] chore(just): change comments to tell users that some recipes are aliases --- just/bluefin-apps.just | 6 +++--- just/bluefin-system.just | 10 +++------- just/bluefin-tools.just | 4 ++++ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/just/bluefin-apps.just b/just/bluefin-apps.just index 5dd7affc466..473bc93c8a4 100644 --- a/just/bluefin-apps.just +++ b/just/bluefin-apps.just @@ -10,7 +10,7 @@ # fix- = apply fix/patch/workaround for something # foo = no verb is used for shortcuts or something deemed important enough to use a super memorable name -# Enable Cockpit for web-based system management | https://cockpit-project.org/ +# alias for setup-cockpit [group('Apps')] cockpit: @ujust setup-cockpit @@ -75,7 +75,7 @@ setup-cockpit ACTION="": pkexec systemctl disable cockpit.service && echo "Cockpit has been ${b}${red}disabled${n}" fi -# Install JetBrains Toolbox | https://www.jetbrains.com/toolbox-app/ +# alias for install-jetbrains-toolbox [group('Apps')] jetbrains-toolbox: @ujust install-jetbrains-toolbox @@ -99,7 +99,7 @@ install-jetbrains-toolbox: echo "Launching JetBrains Toolbox" ./jetbrains-toolbox-"${BUILD_VERSION}"/jetbrains-toolbox -# Install and configure Incus +# alias for install-incus [group('Apps')] incus: @ujust install-incus diff --git a/just/bluefin-system.just b/just/bluefin-system.just index 9228f82ac15..b1fb7f08be0 100644 --- a/just/bluefin-system.just +++ b/just/bluefin-system.just @@ -27,7 +27,7 @@ bluefin-cli: configure-terminal: @/usr/libexec/configure-terminal.sh -# Toggle between Bluefin and the Developer Experience +# alias for toggle-devmode [group('System')] devmode: @ujust toggle-devmode @@ -79,6 +79,7 @@ toggle-devmode: rpm-ostree rebase $NEW_IMAGE fi +# alias for gnome-vrr [group('System')] gnome-vrr: @ujust toggle-gnome-vrr @@ -127,11 +128,6 @@ ptyxis-transparency opacity="0.95": # Configure docker,incus-admin,lxd,libvirt container manager permissions [group('System')] dx-group: - @ujust install-dx-group - -# Configure docker,incus-admin,lxd,libvirt container manager permissions -[group('System')] -setup-dx-group: #!/usr/bin/env bash append_group() { local group_name="$1" @@ -150,7 +146,7 @@ setup-dx-group: echo "Reboot system and log back in to use docker, incus-admin, lxd, libvirt." -# Configure system to use vfio and kvmfr +# alias for configure-vfio [group('System')] setup-vfio: @ujust configure-vfio diff --git a/just/bluefin-tools.just b/just/bluefin-tools.just index 2bfda995523..567c7bbdb02 100644 --- a/just/bluefin-tools.just +++ b/just/bluefin-tools.just @@ -10,6 +10,7 @@ # fix- = apply fix/patch/workaround for something # foo = no verb is used for shortcuts or something deemed important enough to use a super memorable name +# alias for install-pytorch [group('Tools')] pytorch: @ujust install-pytorch @@ -23,6 +24,7 @@ install-pytorch: --notebook-dir=/opt/notebooks --ip='*' --port=8888 \ --no-browser --allow-root" +# alias for install-tensorflow [group('Tools')] tensorflow: @ujust install-tensorflow @@ -34,6 +36,7 @@ install-tensorflow: podman pull docker.io/tensorflow/tensorflow:latest podman run --pull=newer -it -p 8888:8888 docker.io/tensorflow/tensorflow:latest-jupyter # Start Jupyter server +# alias for setup-ollama [group('Tools')] ollama: @ujust setup-ollama @@ -199,6 +202,7 @@ setup-ollama ACTION="help": echo "open-webui Quadlet removed" fi +# alias for install-invokeai [group('Tools')] invokeai: @ujust install-invokeai