diff --git a/install/darwin_arm64/iterm2 b/install/darwin_arm64/iterm2 new file mode 100644 index 0000000..b8c6ee3 --- /dev/null +++ b/install/darwin_arm64/iterm2 @@ -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"