Run linters

This commit is contained in:
ViViDboarder 2024-06-13 12:59:23 -07:00
parent 560502b9af
commit 0c67668663
9 changed files with 9 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash #! /bin/bash
set -e set -e
curl -o "$TMP_DIR/BetterTouchTool.zip" "https://folivora.ai/releases/BetterTouchTool.zip" 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"

View File

@ -2,4 +2,4 @@
log "Install bitwarden from App Store" log "Install bitwarden from App Store"
open "https://apps.apple.com/us/app/bitwarden/id1352778147?mt=12" open "https://apps.apple.com/us/app/bitwarden/id1352778147?mt=12"
prompt_any prompt_any

View File

@ -2,4 +2,4 @@
VERSION=v6 VERSION=v6
FILENAME=Dash.zip FILENAME=Dash.zip
curl --location -o "$TMP_DIR/$FILENAME" "https://sanfrancisco.kapeli.com/downloads/$VERSION/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"

View File

@ -10,4 +10,4 @@ unzip --od "$HOME/Applications" "$PROJECT_DIR/tmp/Finicky.zip"
icloud_prefs="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Synced Preferences" icloud_prefs="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Synced Preferences"
if [ -d "$icloud_prefs" ]; then if [ -d "$icloud_prefs" ]; then
try_link "$icloud_prefs/finicky.js" "$HOME/.finicky.js" try_link "$icloud_prefs/finicky.js" "$HOME/.finicky.js"
fi fi

View File

@ -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" curl --location -o "$TMP_DIR/$FILENAME" "https://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=en-US"
hdiutil attach "$TMP_DIR/$FILENAME" hdiutil attach "$TMP_DIR/$FILENAME"
cp -r /Volumes/Firefox/Firefox.app /Applications/ cp -r /Volumes/Firefox/Firefox.app /Applications/
hdiutil detach /Volumes/Firefox hdiutil detach /Volumes/Firefox

View File

@ -1,6 +1,5 @@
#! /bin/bash #! /bin/bash
VERSION=v6
FILENAME=Dash.zip FILENAME=Dash.zip
curl --location -o "$TMP_DIR/$FILENAME" "https://iterm2.com/downloads/stable/latest" curl --location -o "$TMP_DIR/$FILENAME" "https://iterm2.com/downloads/stable/latest"
unzip "$TMP_DIR/$FILENAME" unzip "$TMP_DIR/$FILENAME"
mv -f "$TMP_DIR/Dash.app" /Applications/ mv -f "$TMP_DIR/Dash.app" /Applications/

View File

@ -3,4 +3,4 @@
VERSION=3.7.3 VERSION=3.7.3
FILENAME=Nextcloud-$VERSION.pkg FILENAME=Nextcloud-$VERSION.pkg
curl -L -o "$TMP_DIR/$FILENAME" "https://github.com/nextcloud/desktop/releases/download/v${VERSION}/$FILENAME" 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 /

View File

@ -2,4 +2,4 @@
set -e set -e
FILENAME=TextMate_Latest.tbz FILENAME=TextMate_Latest.tbz
curl --location -o "$TMP_DIR/$FILENAME" "https://api.textmate.org/downloads/release?os=10.12" 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/

View File

@ -2,4 +2,4 @@
log "Install Yubico Auth from App Store" log "Install Yubico Auth from App Store"
open "https://apps.apple.com/us/app/yubico-authenticator/id1497506650?mt=12" open "https://apps.apple.com/us/app/yubico-authenticator/id1497506650?mt=12"
prompt_any prompt_any