Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danp/pairbox
A vagrant setup for pairing
https://github.com/danp/pairbox
Last synced: 26 days ago
JSON representation
A vagrant setup for pairing
- Host: GitHub
- URL: https://github.com/danp/pairbox
- Owner: danp
- Created: 2014-06-18T14:24:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-18T19:20:33.000Z (over 10 years ago)
- Last Synced: 2023-04-12T16:10:58.316Z (over 1 year ago)
- Language: Ruby
- Size: 160 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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