Skip to content

Instantly share code, notes, and snippets.

@msykiino
Last active August 29, 2015 13:58
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 msykiino/9987376 to your computer and use it in GitHub Desktop.
Save msykiino/9987376 to your computer and use it in GitHub Desktop.
Macにvagrantのプラグインをインストールする
#!/bin/bash
#set -x
echo
echo "Starting..."
echo
vagrant plugin install dotenv
vagrant plugin install sahara
vagrant plugin install vagrant-omnibus
vagrant plugin install vagrant-aws
vagrant plugin install vagrant-digitalocean
vagrant plugin install vagrant-vbguest
vagrant plugin list
echo
echo "Finished."
echo
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment