Taking heavy inspiration from lots of people this is my dotfiles repository containing lots of things I keep in my ${HOME} such as my dotfiles, vimfiles, local bin scripts and configs.
My normal distro of choice is Fedora Workstation although I also use Ubuntu LTS a lot. These files target compatability with those environments.
To install these files you will need ansible and in the root of this repo run:
git submodule update --init --recursive
ansible-playbook --ask-become-pass playbook.yml
# or if it's a work laptop
ansible-playbook --ask-become-pass playbook.yml -e "git_user_email=$WORKEMAILADDRESS"
don't forget to use the same vars each time you run ansible on that same machine in the future
-e "container_dev=true"
-e "gcp_dev=true"