Skip to content

Commit

Permalink
feat: add reveal dotfiles in finder til
Browse files Browse the repository at this point in the history
  • Loading branch information
jthodge committed Aug 24, 2024
1 parent f01cedf commit 8f5b56d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions macos/reveal-hidden-files-in-finder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Reveal `.` Files in Finder

```bash
defaults write com.apple.finder AppleShowAllFiles YES
# or, flip switch to revert:
# defaults write com.apple.finder AppleShowAllFiles NO
killall Finder
```

0 comments on commit 8f5b56d

Please sign in to comment.