Skip to content

Commit 8507750

Browse files
committed
🗄 chore: Move macos-tower package
1 parent b8ec7dc commit 8507750

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

brewfiles/tower.Brewfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

makefiles/macos.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ macos-terminal: macos-brew
9393
brew bundle --file brewfiles/terminal.Brewfile
9494

9595
macos-tower: macos-brew macos-git
96-
brew bundle --file brewfiles/tower.Brewfile
97-
xscript "scripts/macos-tower.sh"
96+
brew install --cask tower
97+
xscript "pkg/macos-tower/macos-tower.sh"
9898

9999
macos-xcode: macos-brew
100100
brew bundle --file brewfiles/xcode.Brewfile
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ mkdir -p "$(dirname "$FILE_PATH")"
1010
curl -fsSL 'https://raw.githubusercontent.com/dracula/tower/master/Dracula.towertheme' >"${FILE_PATH}"
1111

1212
# Apply settings
13-
defaults import com.fournova.Tower3 macos-tower/com.fournova.Tower3.plist
13+
defaults import com.fournova.Tower3 pkg/macos-tower/com.fournova.Tower3.plist

0 commit comments

Comments
 (0)