Skip to content

Commit

Permalink
fix(just): move justfile to new org structure (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed May 31, 2023
1 parent a3f8e41 commit b5b5df3
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions etc/justfile → usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
@@ -1,36 +1,7 @@
!include /usr/share/ublue-os/just/main.just
!include /usr/share/ublue-os/just/nvidia.just
!include /usr/share/ublue-os/just/custom.just

default:
@just --list

bios:
systemctl reboot --firmware-setup

changelogs:
rpm-ostree db diff --changelogs

distrobox-bluefin:
echo 'Creating Blufin Ubuntu distrobox ...'
distrobox create --image ghcr.io/ublue-os/ubuntu-toolbox:latest -n bluefin -Y

distrobox-boxkit:
echo 'Creating Boxkit distrobox ...'
distrobox create --image ghcr.io/ublue-os/boxkit -n boxkit -Y

distrobox-debian:
echo 'Creating Debian distrobox ...'
distrobox create --image quay.io/toolbx-images/debian-toolbox:unstable -n debian -Y

distrobox-opensuse:
echo 'Creating openSUSE distrobox ...'
distrobox create --image quay.io/toolbx-images/opensuse-toolbox:tumbleweed -n opensuse -Y

distrobox-ubuntu:
echo 'Creating Ubuntu distrobox ...'
distrobox create --image quay.io/toolbx-images/ubuntu-toolbox:22.04 -n ubuntu -Y

distrobox-universal:
echo 'Creating Universal Development distrobox ...'
distrobox create --image mcr.microsoft.com/devcontainers/universal:latest -n universal -Y
Expand All @@ -55,11 +26,6 @@ touch:
gext install improvedosk@nick-shmyrev.dev
gext install gestureImprovements@gestures

update:
rpm-ostree update
flatpak update -y
distrobox upgrade -a

update-distrobox-git:
echo 'Installing latest git snapshot of Distrobox'
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --next --prefix ~/.local
Expand Down

0 comments on commit b5b5df3

Please sign in to comment.