Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created January 18, 2020 03:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/87dcf148c75b23af36ff65ef8bdae473 to your computer and use it in GitHub Desktop.
Save rtrouton/87dcf148c75b23af36ff65ef8bdae473 to your computer and use it in GitHub Desktop.
Sample /etc/synthetic.conf from the synthetic.conf man page
# create an empty directory named "foo" at / which may be mounted over
foo
# create a symbolic link named "bar" at / which points to
# "System/Volumes/Data/bar", a writeable location at the root of the data volume
bar System/Volumes/Data/bar
# create a symbolic link named "baz" at / which points to "Users/me/baz"
baz Users/me/baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment