Skip to content

Commit

Permalink
feat(darwin_arm64): add iterm2
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Nov 25, 2023
1 parent 7e26c74 commit 65c16e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/darwin_arm64/iterm2
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/dash -e
# Install or upgrade
$RUN brew "$( { [ -z "$UPGRADE" ] && echo "install"; } || echo "upgrade" )" --cask "$NAME"
# Make the dummy executable for install checking
$RUN /bin/dash -c "mkdir -p $HOME/.bin && ln -sf /bin/dash $HOME/.bin/$NAME"

0 comments on commit 65c16e5

Please sign in to comment.