You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brett Langdon 542ea91642
Update spacemacs to v0.200.9
9 years ago
..
img Add spacemacs 9 years ago
README.org Add spacemacs 9 years ago
Vagrantfile Add spacemacs 9 years ago
packages.el Update spacemacs to v0.200.9 9 years ago

README.org

Vagrant layer

/brettlangdon/dotfiles/src/commit/542ea91642f147cad2c065c6ef31833598436b9a/emacs.d/layers/+tools/vagrant/img/vagrant.png

Description

This layer adds support for working with Vagrant using vagrant.el and vagrant-tramp.

Features:

  • Manage boxes (under the SPC V prefix)

  • Remote editing on Vagrant boxes via Tramp

Install

Layer

To use this configuration layer, add it to your ~/.spacemacs. You will need to add vagrant to the existing dotspacemacs-configuration-layers list in this file.

Note: Since vagrant files are written in ruby it is recommended to install the ruby layer as well.

Vagrant

Follow the Installing Vagrant and Getting Started guides in Vagrant's documentation.

Testing

If you'd like to test this layer out in a simple way (for example to make sure you have Vagrant configured correctly) there is a Vagrantfile in this directory.

Keybindings

Key Binding Description
SPC V D destroy a box
SPC V e edit the Vagrantfile
SPC V H halt (shut down) a box
SPC V p (re)provision a box that is already up
SPC V r resume a suspended box (you can also use SPC V V for this)
SPC V R reload a box
SPC V s view the status of running boxes in the current project
SPC V S suspend a box
SPC V t start a vagrant-tramp-term session - after start, edit files at /vagrant:box_name:filename
SPC V V bring up a Vagrant box