diff --git a/brewfiles/alfred.Brewfile b/brewfiles/alfred.Brewfile deleted file mode 100644 index 435f1df..0000000 --- a/brewfiles/alfred.Brewfile +++ /dev/null @@ -1 +0,0 @@ -cask "alfred" \ No newline at end of file diff --git a/makefiles/macos.mk b/makefiles/macos.mk index d409251..dc37104 100644 --- a/makefiles/macos.mk +++ b/makefiles/macos.mk @@ -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 diff --git a/scripts/macos-alfred.sh b/pkg/macos-alfred/macos-alfred.sh similarity index 92% rename from scripts/macos-alfred.sh rename to pkg/macos-alfred/macos-alfred.sh index ea0a2a4..e7044d3 100755 --- a/scripts/macos-alfred.sh +++ b/pkg/macos-alfred/macos-alfred.sh @@ -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