From 0c67668663f59f046a06304106364497b0444558 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 13 Jun 2024 12:59:23 -0700 Subject: [PATCH] Run linters --- recipes/mac-setup/bettertouchtool | 2 +- recipes/mac-setup/bitwarden | 2 +- recipes/mac-setup/dash | 2 +- recipes/mac-setup/finicky | 2 +- recipes/mac-setup/firefox | 2 +- recipes/mac-setup/iterm2 | 3 +-- recipes/mac-setup/nextcloud | 2 +- recipes/mac-setup/textmate | 2 +- recipes/mac-setup/yubico_auth | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/recipes/mac-setup/bettertouchtool b/recipes/mac-setup/bettertouchtool index 7fb800e..22db13e 100755 --- a/recipes/mac-setup/bettertouchtool +++ b/recipes/mac-setup/bettertouchtool @@ -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" \ No newline at end of file +unzip -od "/Applications" "$TMP_DIR/BetterTouchTool.zip" diff --git a/recipes/mac-setup/bitwarden b/recipes/mac-setup/bitwarden index 6b290ca..0ea9208 100755 --- a/recipes/mac-setup/bitwarden +++ b/recipes/mac-setup/bitwarden @@ -2,4 +2,4 @@ log "Install bitwarden from App Store" open "https://apps.apple.com/us/app/bitwarden/id1352778147?mt=12" -prompt_any \ No newline at end of file +prompt_any diff --git a/recipes/mac-setup/dash b/recipes/mac-setup/dash index 9a187cf..8404e70 100755 --- a/recipes/mac-setup/dash +++ b/recipes/mac-setup/dash @@ -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" \ No newline at end of file +unzip -od /Applications/ "$TMP_DIR/$FILENAME" diff --git a/recipes/mac-setup/finicky b/recipes/mac-setup/finicky index 20232b4..4e7ca32 100755 --- a/recipes/mac-setup/finicky +++ b/recipes/mac-setup/finicky @@ -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 \ No newline at end of file +fi diff --git a/recipes/mac-setup/firefox b/recipes/mac-setup/firefox index f90ac96..211ed18 100755 --- a/recipes/mac-setup/firefox +++ b/recipes/mac-setup/firefox @@ -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 \ No newline at end of file +hdiutil detach /Volumes/Firefox diff --git a/recipes/mac-setup/iterm2 b/recipes/mac-setup/iterm2 index acaeac5..917ac06 100755 --- a/recipes/mac-setup/iterm2 +++ b/recipes/mac-setup/iterm2 @@ -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/ \ No newline at end of file +mv -f "$TMP_DIR/Dash.app" /Applications/ diff --git a/recipes/mac-setup/nextcloud b/recipes/mac-setup/nextcloud index 4857cae..9448df6 100755 --- a/recipes/mac-setup/nextcloud +++ b/recipes/mac-setup/nextcloud @@ -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 / \ No newline at end of file +sudo installer -pkg "$TMP_DIR/$FILENAME" -target / diff --git a/recipes/mac-setup/textmate b/recipes/mac-setup/textmate index 1501573..fbcdeac 100755 --- a/recipes/mac-setup/textmate +++ b/recipes/mac-setup/textmate @@ -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/ \ No newline at end of file +tar -xzf "$TMP_DIR/$FILENAME" -C /Applications/ diff --git a/recipes/mac-setup/yubico_auth b/recipes/mac-setup/yubico_auth index 3c2770b..a77f567 100755 --- a/recipes/mac-setup/yubico_auth +++ b/recipes/mac-setup/yubico_auth @@ -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 \ No newline at end of file +prompt_any