my dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alpha Chen fc9ef8fafc
[scripts] rm
2 years ago
.bundle [ruby] update bundle config for gem linter 2 years ago
.config [direnv] fix for chruby path shenanigans 2 years ago
.git_templates [git] default to `main` instead of `master` 4 years ago
.hammerspoon [hammerspoon] add a toggle function for Quitter 2 years ago
.ssh Update IP for on-fire-within 4 years ago
.vim [vim] update plugins 2 years ago
.zsh/modules/docker-completion [zsh] use a module for docker completion 5 years ago
Alfred.alfredpreferences [alfred] use https by default for open in browser workflow 2 years ago
Dash.dashsync [dash] add Terraform docs 3 years ago
bin [bin][hammerspoon] add de-utm script 2 years ago
bitbar [bitbar] update for current setup 5 years ago
macos [meta] move Terminal.app config to macos 2 years ago
meta [meta] move Terminal.app config to macos 2 years ago
scripts [scripts] rm 2 years ago
src [prezto] bump 2 years ago
vscode [vscode] add settings 4 years ago
.digrc [dig] simpler output 3 years ago
.gemrc [meta] Stop using stow 10 years ago
.gitattributes [alfred][dash] remove ruby 2.0 4 years ago
.gitconfig [git] always update submodules 2 years ago
.gitignore [meta] ignore all private dirs 3 years ago
.gitmodules [vim] update plugins 2 years ago
.inputrc [bash] tab-complete symlinked dirs with a slash 5 years ago
.irbrc [meta] Stop using stow 10 years ago
.pryrc [ruby] use pry prompt api 4 years ago
.tmux.conf add fzf bindings for git 3 years ago
.vimrc [vim] tweak paramount colors 2 years ago
LICENSE Initial commit 10 years ago
README.md [meta] rename ansible dir to meta 3 years ago
Rakefile [meta] remove unused programs from pave task 4 years ago
gitignore [git] add fix alias and some default ignores 5 years ago
safari.css [safari] add user stylesheet 8 years ago

README.md

Dotfiles

This repo contains both my dotfiles as well as Ansible playbooks to provision new machines.

Use at your own risk.

See ansible/README.md for installation instructions.

Remote provisioning

On the control machine:

brew install ansible
git clone --recursive git@github.com:kejadlen/dotfiles
cd dotfiles/meta

echo HOST > hosts.private

ansible-playbook bootstrap.yml --ask-pass --ask-become-pass
ansible-playbook main.yml --ask-become-pass

TODO

See issues.