Add 'Home'

Valerie Wolfe 2023-07-25 11:01:15 -04:00
commit 6cf8d11b96

17
Home.md Normal file

@ -0,0 +1,17 @@
## Setup
## For Mac
### Open Directories in Finder
To open directories (or other files) in Finder, just pass through to the system `open`:
```toml
[dir]
command = "/usr/bin/open -R"
```
(Assuming you haven't installed this `open` into `/usr/bin/` since MacOS makes that very hard to do)