shoestrap/recipes/mac-setup/dash

6 lines
190 B
Plaintext
Raw Normal View History

#! /bin/bash
VERSION=v6
FILENAME=Dash.zip
curl --location -o "$TMP_DIR/$FILENAME" "https://sanfrancisco.kapeli.com/downloads/$VERSION/Dash.zip"
2024-06-13 19:59:23 +00:00
unzip -od /Applications/ "$TMP_DIR/$FILENAME"