Skip to content

Finder Examples

Common Finder preference configurations.

{
"version": "1.0",
"domains": {
"com.apple.finder": {
"AppleShowAllExtensions": true
}
}
}
{
"version": "1.0",
"domains": {
"com.apple.finder": {
"AppleShowAllFiles": true
}
}
}
{
"version": "1.0",
"domains": {
"com.apple.finder": {
"FXPreferredViewStyle": "clmv"
}
}
}

Options:

  • "icnv" — Icon View
  • "Nlsv" — List View
  • "clmv" — Column View
  • "glyv" — Gallery View
{
"version": "1.0",
"domains": {
"com.apple.finder": {
"ShowPathbar": true
}
}
}
{
"version": "1.0",
"domains": {
"com.apple.finder": {
"FXEnableExtensionChangeWarning": false
}
}
}
{
"version": "1.0",
"domains": {
"com.apple.finder": {
"FavoriteItems": {
"value": ["Applications", "Documents", "Downloads"],
"compare": "unordered",
"note": "Sidebar items - order doesn't matter"
}
}
}
}
{
"version": "1.0",
"domains": {
"com.apple.finder": {
"AppleShowAllExtensions": true,
"ShowPathbar": true,
"FXEnableExtensionChangeWarning": false,
"FXPreferredViewStyle": "Nlsv"
}
}
}