Skip to content

travisjeffery/dotfiles

Repository files navigation

Hey, these are @travisjeffery's dotfiles.

I use Emacs, Arch Linux, Z shell.

I've published this in the hopes that someone finds them useful, but it's not directly usable because it depends on files that are outside of the repo that I sync using Syncthing. You can remove the sync_dir variable in site.yaml to disable the tasks that depend on those files.

Installation would go:

$ git clone git://github.com/travisjeffery/dotfiles.git && 
    cd dotfiles && # delete sync_dir var &&
    yay -Sy ansible &&
    ansible-galaxy collection install community.kubernetes &&
    ansible-galaxy collection install ansible.posix &&
    ansible-galaxy collection install community.general &&
    ansible-playbook -K site.yaml