Skip to content

Instantly share code, notes, and snippets.

@dillingham
Created September 29, 2018 22:51
Show Gist options
  • Save dillingham/29188fe53e1cb33f013aefa88d3fa826 to your computer and use it in GitHub Desktop.
Save dillingham/29188fe53e1cb33f013aefa88d3fa826 to your computer and use it in GitHub Desktop.
config.vm.synced_folder "~/Code", "/home/vagrant/Code", type: "nfs", mount_options: ['rw', 'vers=3', 'tcp', 'fsc'] # the fsc is for cachedfilesd
sudo apt-get install cachefilesd
sudo echo "RUN=yes" > /etc/default/cachefilesd
git config core.preloadindex true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment