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 aa96c3e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ mac-common-dotfiles: \
germain: mac-common

.PHONY: pythagoras
germain: \
pythagoras: \
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 aa96c3e

Please sign in to comment.