Skip to content

Commit 5e44b27

Browse files
committed
🗄 chore: Move macos-cleanshot
1 parent 32721a1 commit 5e44b27

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

brewfiles/cleanshot.Brewfile

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

makefiles/macos.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ macos-appcleaner: macos-brew
5252
defaults import net.freemacsoft.AppCleaner pkg/macos-appcleaner/net.freemacsoft.AppCleaner.plist
5353

5454
macos-cleanshot: macos-brew
55-
brew bundle --file brewfiles/cleanshot.Brewfile
56-
run "scripts/macos-cleanshot.sh"
55+
run "pkg/macos-cleanshot/macos-cleanshot.sh"
5756

5857
macos-finder:
5958
run "scripts/macos-finder.sh"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
set -euo pipefail
33

4+
# Install CleanShot X
5+
brew install --cask cleanshot
6+
47
# Modify Shortcuts
58
defaults export com.apple.symbolichotkeys - |
69
# Save picture of screen as a file: Off

0 commit comments

Comments
 (0)