Skip to content

Commit

Permalink
feat(packages): add aldente
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Jul 7, 2024
1 parent c7476b5 commit 975d612
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/aldente.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh

set -e

if
! (command -v force_print >/dev/null 2>&1) ||
! (force_print 3 a b >/dev/null 2>&1) ||
test "$(force_print 3 a b)" != "a b";
then
printf "Please run this script through \"install.sh\" instead"
exit 1
fi

has_app 'AlDente'

profile -work
use_brew cask 'aldente'

0 comments on commit 975d612

Please sign in to comment.