Skip to content

Instantly share code, notes, and snippets.

@patrickdawson
Created February 1, 2019 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickdawson/38a049ae12a3c617413e77668e0cdff2 to your computer and use it in GitHub Desktop.
Save patrickdawson/38a049ae12a3c617413e77668e0cdff2 to your computer and use it in GitHub Desktop.
[Vagrant with oh-my-zsh] #Vagrant
config.vm.provision "shell",
inline: "sh -c '$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)'",
privileged: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment