https://github.com/bbkane/ubuntu-budgie
This is how I'm building my Ubuntu Budgie dev env
https://github.com/bbkane/ubuntu-budgie
Last synced: 4 months ago
JSON representation
This is how I'm building my Ubuntu Budgie dev env
- Host: GitHub
- URL: https://github.com/bbkane/ubuntu-budgie
- Owner: bbkane
- License: gpl-3.0
- Created: 2017-07-29T17:13:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T08:58:49.000Z (over 7 years ago)
- Last Synced: 2025-11-12T15:34:46.206Z (8 months ago)
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Create myself a friendly environment. I WANT zsh
# TODO
- Incorporate ideas from https://github.com/bbkane/riced.git too.
- Add zsh
- separate tasks into roles.
- Create base-box with common stuff installed and build off that.
# 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
```