Skip to content

guilhermemaba/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

my dotfiles

Requirements

Update the KERNEL

$ 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

Install and configure(local) ansible

$ sudo apt-get install ansible

Configure localhost ansible_connection=local in /etc/ansible/hosts

Run ansible-playbook

$ wget https://raw.githubusercontent.com/guilhermemaba/dotfiles/master/ubuntu.yaml
$ sudo ansible-playbook ubuntu.yaml

Configure vim/zsh/tmux/virtualenvwrapper

$ cd ~/projects/dotfiles/ 
$ sudo ansible-playbook terminal.yaml

Install and configure docker

Unable 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

Tribute

About

my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published