Skip to content

Commit

Permalink
[mac.Makefile] Add make mac-dock-setup-pythagoras-extras.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Dec 8, 2024
1 parent fc30b53 commit 80f4bf9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ germain: mac-common
.PHONY: pythagoras
germain: \
mac-common \
hushlogin # for SSH
mac-dock-setup-pythagoras-extras \
hushlogin # for SSH \

.PHONY: linux
linux: \
Expand Down
15 changes: 15 additions & 0 deletions setup/mac.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,21 @@ mac-dock-setup:

killall Dock


.PHONY: mac-dock-setup-pythagoras-extras
mac-dock-setup-pythagoras-extras:

./setup/scripts/mac-dock-add-app.fish "/Applications/Adobe Lightroom.app"
./setup/scripts/mac-dock-add-app.fish "/Applications/Arq.app"
./setup/scripts/mac-dock-add-app.fish "/Applications/Syncthing.app"
./setup/scripts/mac-dock-add-app.fish "/Applications/Dropbox.app"
./setup/scripts/mac-dock-add-app.fish "/Applications/Google Drive.app"
./setup/scripts/mac-dock-add-app.fish "/Applications/OneDrive.app"

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'

killall Dock

# Misc

.PHONY: prefer-wired-over-wireless-for-SMB
Expand Down

0 comments on commit 80f4bf9

Please sign in to comment.