From 87debafe47e05e869ab590e9b34eadea1a473952 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 28 May 2023 12:59:24 -0400 Subject: [PATCH] feat(just): add devbox install shortcut (#245) --- etc/justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/justfile b/etc/justfile index 1adde9d2b7f..f8a81aa661d 100644 --- a/etc/justfile +++ b/etc/justfile @@ -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