Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 347 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 347 Bytes

~/.dotfiles

leodiegues' dotfiles

Installation

Clone this repository

git clone https://github.com/leodiegues/dotfiles.git ~/.dotfiles

Run the playbook

cd ~/.dotfiles
./bin/dot-bootstrap.sh

If you want to run only a specific tag

ansible-playbook -i hosts playbook.yml --ask-become-pass --tags "tag1,tag2"