1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-01-06 16:17:38 +00:00
shoestrap/recipes/mac-setup/textmate

5 lines
190 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"
tar -xzf "$TMP_DIR/$FILENAME" -C /Applications/