8000 GitHub - evansb/devbox: Ansible Playbook for my Development Machine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

evansb/devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Box

This is an ansible playbook I use to bootstrap and update the configuration of my development machine. It my is "dotfiles on steroids".

Dependencies

macOS Catalina (10.15)
ansible >=2.9

Bootstrapping New macOS Machine

Follow this steps to bootstrap new macOS installation.

  1. Install Homebrew.

  2. Turn off Homebrew Analytics.

    $ brew analytics off
    
  3. Install Ansible.

    $ brew install ansible
  4. Run the playbook in first run mode.

    $ cd
    $ git clone https://github.com/evansb/devbox
    $ cd devbox
    $ ansible-playbook -e "devbox_first_run=yes" main.yml

License

MIT

About

Ansible Playbook for my Development Machine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0