shoestrap/recipes/mac-setup/textmate

6 lines
191 B
Plaintext
Raw Normal View History

#! /bin/bash
set -e
FILENAME=TextMate_Latest.tbz
curl --location -o "$TMP_DIR/$FILENAME" "https://api.textmate.org/downloads/release?os=10.12"
2024-06-13 19:59:23 +00:00
tar -xzf "$TMP_DIR/$FILENAME" -C /Applications/