commit 6cf8d11b9672701734a991306283bc0c7c92d71c Author: Valerie Wolfe Date: Tue Jul 25 11:01:15 2023 -0400 Add 'Home' diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..2bf2a13 --- /dev/null +++ b/Home.md @@ -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) \ No newline at end of file