Skip to content

Instantly share code, notes, and snippets.

View ansiblejunky's full-sized avatar

John Wadleigh ansiblejunky

View GitHub Profile
@ansiblejunky
ansiblejunky / vagrant_plugin_install_debug.txt
Last active November 6, 2022 17:25
Debug output from `vagrant plugin install` command
$ vagrant --debug plugin install vagrant-hostmanager
INFO global: Vagrant version: 2.2.19
INFO global: Ruby version: 2.7.4
INFO global: RubyGems version: 3.1.6
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.2.19/gems/vagrant-2.2.19/bin/vagrant"
INFO global: VAGRANT_NO_PLUGINS="1"
INFO global: VAGRANT_DISABLE_PLUGIN_INIT="1"
@ansiblejunky
ansiblejunky / fresh-chrome.sh
Created September 18, 2018 18:36 — forked from stuartsierra/fresh-chrome.sh
Launch new instances of Google Chrome on OS X with isolated cache, cookies, and user config
#!/usr/bin/env bash
# fresh-chrome
#
# Use this script on OS X to launch a new instance of Google Chrome
# with its own empty cache, cookies, and user configuration.
#
# The first time you run this script, it will launch a new Google
# Chrome instance with a permanent user-data directory, which you can
# customize below. Perform any initial setup you want to keep on every