Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion brewfiles/alfred.Brewfile

This file was deleted.

3 changes: 1 addition & 2 deletions makefiles/macos.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ macos-cli-useful: macos-brew
###############################################################################

macos-alfred: macos-brew
brew bundle --file brewfiles/alfred.Brewfile
run "scripts/macos-alfred.sh"
run "pkg/macos-alfred/macos-alfred.sh"

macos-appcleaner: macos-brew
brew install --cask appcleaner
Expand Down
3 changes: 3 additions & 0 deletions scripts/macos-alfred.sh → pkg/macos-alfred/macos-alfred.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash
set -euo pipefail

# Install Alfred
brew install --cask alfred

# Modify Shortcuts
defaults export com.apple.symbolichotkeys - |
# Show Spotlight search: Off
Expand Down