Skip to content

Commit

Permalink
feat(just): add a wolfi OS distrobox shortcut (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Jul 31, 2023
1 parent 8f1a616 commit ca2eebc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ cockpit:
code-profile:
xdg-open https://vscode.dev/profile/github/c761b7738e9a7b02286d6d94cb2d1ecd
distrobox-wolfi:
echo 'Creating WolfiOS distrobox ...'
distrobox create --image ghcr.io/ublue-os/wolfi-toolbox:latest -n wolfi
distrobox-universal:
echo 'Creating Universal Development distrobox ...'
distrobox create --image mcr.microsoft.com/devcontainers/universal:latest -n universal -Y
Expand Down

0 comments on commit ca2eebc

Please sign in to comment.