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 bd28882d29
ignore tags files
2 years ago
.bundle [ruby] update bundle config for gem linter 2 years ago
.config ignore tags files 2 years ago
.git_templates ctags (and update xcode ignores) 2 years ago
.hammerspoon better modal bindings 2 years ago
.local/share/nvim/site/pack/alpha/start try out comment-commentstring vim plugin 2 years ago
.ssh ssh config looks in .ssh by default 2 years ago
.vim update [neo]vim submodules 2 years ago
.zprezto@5f3cf157b8 move prezto to .zprezto 2 years ago
.zsh/modules/docker-completion [zsh] use a module for docker completion 5 years ago
bin de-utm urls and use newfound fennel knowledge 2 years ago
macos switch-audio swiftbar plugin 2 years ago
meta move ramble-hard provisioning to boxen 2 years ago
scripts [scripts] rm 2 years ago
src move prezto to .zprezto 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 restore git templates 2 years ago
.gitignore move quitter to local override 2 years ago
.gitmodules try out comment-commentstring vim plugin 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 tmux rgb stuff 2 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
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.