This repository hosts my dotfiles. The setup is performed through Ansible, this takes care of installation of software as well as symlink creation using GNU Stow.
Use either macOS or Arch
# Clone repo locally:
git clone https//www.github.com/glaaj/dotfiles`
# Run `install.sh` to install Ansible using pip
./install.sh
# Run Ansible playbook
ansible-playbook dotfiles_setup.yaml --ask-become-pass