We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-cleanshot
2 parents 32721a1 + 5e44b27 commit f093385Copy full SHA for f093385
3 files changed
brewfiles/cleanshot.Brewfile
makefiles/macos.mk
@@ -52,8 +52,7 @@ macos-appcleaner: macos-brew
52
defaults import net.freemacsoft.AppCleaner pkg/macos-appcleaner/net.freemacsoft.AppCleaner.plist
53
54
macos-cleanshot: macos-brew
55
- brew bundle --file brewfiles/cleanshot.Brewfile
56
- run "scripts/macos-cleanshot.sh"
+ run "pkg/macos-cleanshot/macos-cleanshot.sh"
57
58
macos-finder:
59
run "scripts/macos-finder.sh"
scripts/macos-cleanshot.sh pkg/macos-cleanshot/macos-cleanshot.shscripts/macos-cleanshot.sh renamed to pkg/macos-cleanshot/macos-cleanshot.sh
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
+# Install CleanShot X
5
+brew install --cask cleanshot
6
+
7
# Modify Shortcuts
8
defaults export com.apple.symbolichotkeys - |
9
# Save picture of screen as a file: Off
0 commit comments