From 6cf8d11b9672701734a991306283bc0c7c92d71c Mon Sep 17 00:00:00 2001 From: Valerie Wolfe Date: Tue, 25 Jul 2023 11:01:15 -0400 Subject: [PATCH] Add 'Home' --- Home.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Home.md 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