Skip to content

Instantly share code, notes, and snippets.

@rydurham
Last active January 31, 2018 06:04
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rydurham/a8c576b7ccff31c5d5f2 to your computer and use it in GitHub Desktop.
Save rydurham/a8c576b7ccff31c5d5f2 to your computer and use it in GitHub Desktop.
@Mastergalen
Copy link

Doesn't seem to work on the latest Homestead :(

@Mastergalen
Copy link

Placed

config.vm.synced_folder "/Users/galenhan/Code", "/home/vagrant/Code", type: "rsync", rsync__args: ["--verbose", "--archive", "--delete", "-z"]

at the end of the config block, which successfully allows symlinks. However, files do not instantly sync between host and guest machine :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment