mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 10:16:30 +00:00
Run linters
This commit is contained in:
parent
560502b9af
commit
0c67668663
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
curl -o "$TMP_DIR/BetterTouchTool.zip" "https://folivora.ai/releases/BetterTouchTool.zip"
|
||||
unzip -od "/Applications" "$TMP_DIR/BetterTouchTool.zip"
|
||||
unzip -od "/Applications" "$TMP_DIR/BetterTouchTool.zip"
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
log "Install bitwarden from App Store"
|
||||
open "https://apps.apple.com/us/app/bitwarden/id1352778147?mt=12"
|
||||
prompt_any
|
||||
prompt_any
|
||||
|
@ -2,4 +2,4 @@
|
||||
VERSION=v6
|
||||
FILENAME=Dash.zip
|
||||
curl --location -o "$TMP_DIR/$FILENAME" "https://sanfrancisco.kapeli.com/downloads/$VERSION/Dash.zip"
|
||||
unzip -od /Applications/ "$TMP_DIR/$FILENAME"
|
||||
unzip -od /Applications/ "$TMP_DIR/$FILENAME"
|
||||
|
@ -10,4 +10,4 @@ unzip --od "$HOME/Applications" "$PROJECT_DIR/tmp/Finicky.zip"
|
||||
icloud_prefs="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Synced Preferences"
|
||||
if [ -d "$icloud_prefs" ]; then
|
||||
try_link "$icloud_prefs/finicky.js" "$HOME/.finicky.js"
|
||||
fi
|
||||
fi
|
||||
|
@ -5,4 +5,4 @@ FILENAME=Firefox-Latest.dmg
|
||||
curl --location -o "$TMP_DIR/$FILENAME" "https://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=en-US"
|
||||
hdiutil attach "$TMP_DIR/$FILENAME"
|
||||
cp -r /Volumes/Firefox/Firefox.app /Applications/
|
||||
hdiutil detach /Volumes/Firefox
|
||||
hdiutil detach /Volumes/Firefox
|
||||
|
@ -1,6 +1,5 @@
|
||||
#! /bin/bash
|
||||
VERSION=v6
|
||||
FILENAME=Dash.zip
|
||||
curl --location -o "$TMP_DIR/$FILENAME" "https://iterm2.com/downloads/stable/latest"
|
||||
unzip "$TMP_DIR/$FILENAME"
|
||||
mv -f "$TMP_DIR/Dash.app" /Applications/
|
||||
mv -f "$TMP_DIR/Dash.app" /Applications/
|
||||
|
@ -3,4 +3,4 @@
|
||||
VERSION=3.7.3
|
||||
FILENAME=Nextcloud-$VERSION.pkg
|
||||
curl -L -o "$TMP_DIR/$FILENAME" "https://github.com/nextcloud/desktop/releases/download/v${VERSION}/$FILENAME"
|
||||
sudo installer -pkg "$TMP_DIR/$FILENAME" -target /
|
||||
sudo installer -pkg "$TMP_DIR/$FILENAME" -target /
|
||||
|
@ -2,4 +2,4 @@
|
||||
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/
|
||||
tar -xzf "$TMP_DIR/$FILENAME" -C /Applications/
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
log "Install Yubico Auth from App Store"
|
||||
open "https://apps.apple.com/us/app/yubico-authenticator/id1497506650?mt=12"
|
||||
prompt_any
|
||||
prompt_any
|
||||
|
Loading…
Reference in New Issue
Block a user