This project provides a Vagrantfile and related provision configuration to install Arch Linux with i3 window manager.
This project uses VirtualBox as a default backend provider so you need to download and install it before you begin.
- Clone this project;
- Run
vagrant upcommand in the root folder of the project to start the instance;
To shut down the virtual machine run vagrant halt.
To remove virtual machine hard disk from your system run vagrant destroy.