Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Feb 5, 2025
1 parent 790f9c2 commit 9f98f93
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/content/notes/docker-multi-stage-build copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 'Turn On Show All Files in MacOS Finder'
pubDate: 02-04-2025
tags: ['note', 'macos', 'terminal']
---

Here's a command that will permanently show all files in Finder on MacOS.

```bash
defaults write com.apple.Finder AppleShowAllFiles true && killall Finder
```

0 comments on commit 9f98f93

Please sign in to comment.