Adam Miller (maxamillion) ansible playbooks for various silly things.
In this repo you will find my laptop/workstation configs for both GNOME and i3 setups as well as `maxamillion.sh`_.
Install ansible
and git
dnf -y install ansible git
Clone this repo and run the ansible-playbook (run the bootstrap-fedora
if
running Fedora 23 or later).
git clone https://github.com/maxamillion/ansible-maxamillion-workstation.git cd ansible-maxamillion-workstation # Run this if you have Fedora 23+ (Hope you do, but nobody is perfect) ansible-playbook bootstrap-fedora.yml -i inventory.txt
Run the following playbook:
ansible-playbook gnome.yml -i inventory.txt
Run the following playbook:
ansible-playbook i3.yml -i inventory.txt
Run the following playbook:
ansible-playbook site.yml -i inventory.txt
There are no dotfiles or configs included in this ansible-playbook. Data retention is handled outside the scope of this playbook
Some of my dotfiles related to i3, i3status, dunst, and tmux are available here.