Skip to content

Instantly share code, notes, and snippets.

@ddefrancesco
ddefrancesco / monterey_hidden_files.sh
Created April 16, 2026 14:32 — forked from kennwhite/monterey_hidden_files.sh
Permanently show hidden files in MacOS Monterey including Sublime Text
# To change the default Finder behavior and actually show hidden files/directories
defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder
# To make the Sublime 4 (Build 4126 at time of writing) File Open dialog boxes to also show hidden files
defaults write com.sublimetext.4 AppleShowAllFiles -bool true
package quickcheck
import common._
import org.scalacheck._
import Arbitrary._
import Gen._
import Prop._
import Math._