pairbox icon indicating copy to clipboard operation
pairbox copied to clipboard

A vagrant setup for pairing

pairbox

A vagrant setup for pairing via tmux. Features things commonly needed to pair on ruby and Go projects.

Using

  1. vagrant plugin install vagrant-omnibus
  2. vagrant up
  3. vagrant ssh
  4. work on things in /projects

Currently /projects in the VM is set up as a synced folder to ~/Projects on the host.

The best way to get together is vagrant share --ssh --disable-http and vagrant connect but you can also figure out your own ssh tunneling if you want.

TODO

  • GitHub auth
  • git config
  • emacs config
  • remove need for vagrant-omnibus plugin
  • shell aliases