my dotfiles
- Install Ubuntu 16.04 LTS
- Configure ssh keys and adding it to the ssh-agent
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.6/linux-headers-4.8.6-040806_4.8.6-040806.201610310831_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.6/linux-headers-4.8.6-040806-generic_4.8.6-040806.201610310831_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.6/linux-image-4.8.6-040806-generic_4.8.6-040806.201610310831_amd64.deb
$ sudo dpkg -i linux-headers-4.8*.deb linux-image-4.8*.deb
$ sudo update-grub
$ sudo reboot$ sudo apt-get install ansibleConfigure localhost ansible_connection=local in /etc/ansible/hosts
$ wget https://raw.githubusercontent.com/guilhermemaba/dotfiles/master/ubuntu.yaml
$ sudo ansible-playbook ubuntu.yaml$ cd ~/projects/dotfiles/
$ sudo ansible-playbook terminal.yamlUnable to start Docker service in Ubuntu 16.04 [Problem Solved] (http://stackoverflow.com/questions/37227349/unable-to-start-docker-service-in-ubuntu-16-04/37640824#37640824)
$ cd ~/projects/dotfiles/
$ sudo ansible-playbook docker.yaml