travisjeffery / dotfiles

@travisjeffery's dotfiles. emacs, zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

@travisjeffery's dotfiles. emacs, zsh


Languages

Language:Shell 50.9%Language:Emacs Lisp 40.0%Language:Makefile 5.1%Language:Python 3.6%Language:Perl 0.4%Language:M4 0.0%