Skip to content

Commit

Permalink
remove qView
Browse files Browse the repository at this point in the history
Now open PNGs with Preview.
  • Loading branch information
fharper committed Apr 30, 2024
1 parent 75940dd commit 57b9102
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions macsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4626,19 +4626,6 @@ installFromAppStore "Pure Paste" 1611378436
#
installFromAppStore "QR Capture" 1369524274

#
# qView
#
# Minimal Image Viewer
#
# https://github.com/jurplel/qView/
#
if [[ "$(isAppInstalled qView)" = "false" ]]; then
installcask qview

duti -s com.interversehq.qView public.png all # PNG
fi

#
# RansomWhere?
#
Expand Down Expand Up @@ -4998,6 +4985,7 @@ duti -s com.apple.Preview public.standard-tesselated-geometry-format all #3D CAD
duti -s com.apple.Preview public.heic all #HEIC
duti -s com.apple.Preview com.nikon.raw-image all #NEF
duti -s com.apple.Preview com.adobe.pdf all #PDF
duti -s com.apple.Preview public.png all # PNG
duti -s com.apple.Preview org.openxmlformats.presentationml.presentation all #PPTX
duti -s com.apple.Preview com.adobe.photoshop-image all # PSD (Photoshop)

Expand Down

0 comments on commit 57b9102

Please sign in to comment.