Skip to content

Commit

Permalink
feat(just): add homebrew shortcut (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Jul 27, 2023
1 parent f751d05 commit 714b805
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 @@ -6,6 +6,10 @@ assemble:
echo 'Assembling and replacing distroboxes ...'
distrobox assemble create --replace --file /etc/distrobox/distrobox.ini

brew:
echo 'Installing homebrew ..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
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 714b805

Please sign in to comment.