Skip to content

Commit 57b9102

Browse files
committed
remove qView
Now open PNGs with Preview.
1 parent 75940dd commit 57b9102

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

macsetup.sh

+1-13
Original file line numberDiff line numberDiff line change
@@ -4626,19 +4626,6 @@ installFromAppStore "Pure Paste" 1611378436
46264626
#
46274627
installFromAppStore "QR Capture" 1369524274
46284628

4629-
#
4630-
# qView
4631-
#
4632-
# Minimal Image Viewer
4633-
#
4634-
# https://github.com/jurplel/qView/
4635-
#
4636-
if [[ "$(isAppInstalled qView)" = "false" ]]; then
4637-
installcask qview
4638-
4639-
duti -s com.interversehq.qView public.png all # PNG
4640-
fi
4641-
46424629
#
46434630
# RansomWhere?
46444631
#
@@ -4998,6 +4985,7 @@ duti -s com.apple.Preview public.standard-tesselated-geometry-format all #3D CAD
49984985
duti -s com.apple.Preview public.heic all #HEIC
49994986
duti -s com.apple.Preview com.nikon.raw-image all #NEF
50004987
duti -s com.apple.Preview com.adobe.pdf all #PDF
4988+
duti -s com.apple.Preview public.png all # PNG
50014989
duti -s com.apple.Preview org.openxmlformats.presentationml.presentation all #PPTX
50024990
duti -s com.apple.Preview com.adobe.photoshop-image all # PSD (Photoshop)
50034991

0 commit comments

Comments
 (0)