Skip to content

Commit

Permalink
feat: Switch to new justfile system (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Sep 22, 2023
1 parent 079ad21 commit f32a434
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# vim: set ft=make :

# Run a one minute system benchmark
benchmark:
echo 'Running a 1 minute benchmark ...'
Expand Down Expand Up @@ -198,7 +200,7 @@ distrobox-git:

# Run the yafti setup tool
yafti:
yafti /etc/yafti.yml
yafti /etc/yafti.yml --force

# Switch to the zsh shell
zsh:
Expand Down

0 comments on commit f32a434

Please sign in to comment.