Skip to content

Commit

Permalink
chore(just): change comments to tell users that some recipes are aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Nov 14, 2024
1 parent 02b929b commit 1cf9a4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions just/bluefin-apps.just
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 3 additions & 7 deletions just/bluefin-system.just
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -79,6 +79,7 @@ toggle-devmode:
rpm-ostree rebase $NEW_IMAGE
fi
# alias for gnome-vrr
[group('System')]
gnome-vrr:
@ujust toggle-gnome-vrr
Expand Down Expand Up @@ -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"
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions just/bluefin-tools.just
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -199,6 +202,7 @@ setup-ollama ACTION="help":
echo "open-webui Quadlet removed"
fi
# alias for install-invokeai
[group('Tools')]
invokeai:
@ujust install-invokeai
Expand Down

0 comments on commit 1cf9a4d

Please sign in to comment.