All Projects → travisjeffery → dotfiles

travisjeffery / dotfiles

Licence: other
@travisjeffery's dotfiles. emacs, zsh

Programming Languages

shell
77523 projects
emacs lisp
2029 projects
Makefile
30231 projects
python
139335 projects - #7 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].