Skip to content

Commit

Permalink
feat(just): shortcut to install tea package manager (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Jul 19, 2023
1 parent d22adbe commit 339db6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ nix-devbox-global:
echo 'run "devbox global run install-bash-hook" to configure bash shell'
echo 'run "devbox global run install-zsh-hook" to configure zsh shell'
echo 'run "devbox global run" to see other available configuration commands'


tea:
echo 'Installing the tea package manager'
sh <(curl https://tea.xyz)

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

0 comments on commit 339db6d

Please sign in to comment.