Skip to content

Commit

Permalink
feat(just): add devbox install shortcut (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed May 28, 2023
1 parent f8a912f commit 87debaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ gnome-extensions:
nix-me-up:
echo 'Setting phasers to kill. Installing nix.'
/usr/bin/ublue-nix-install

nix-devbox:
echo 'Installing devbox!'
curl -fsSL https://get.jetpack.io/devbox | bash

touch:
pip install --upgrade gnome-extensions-cli
Expand Down

0 comments on commit 87debaf

Please sign in to comment.