/ubuntu-budgie

This is how I'm building my Ubuntu Budgie dev env

GNU General Public License v3.0GPL-3.0

Create myself a friendly environment. I WANT zsh

TODO

Usage

  • Install Vagrant, VirtualBox, and Ansible (see the blog post for how I do this).

  • Create the VMs:

vagrant up
  • Create the local ssh_config file:
vagrant ssh-config > ssh_config
  • Ping your new VMs with Ansible:
ansible all -m ping
  • Run the test playbook:
ansible-playbook main.yml