Created
September 29, 2018 22:51
-
-
Save dillingham/29188fe53e1cb33f013aefa88d3fa826 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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