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
044ae572a8
|
2 years ago | |
---|---|---|
.bundle | 3 years ago | |
.config | 2 years ago | |
.git_templates | 2 years ago | |
.hammerspoon | 2 years ago | |
.local/share/nvim/site/pack/alpha/start | 2 years ago | |
.ssh | 2 years ago | |
.vim | 2 years ago | |
.zprezto@c08cf86a34 | 2 years ago | |
.zsh/modules/docker-completion | 5 years ago | |
bin | 2 years ago | |
macos | 2 years ago | |
meta | 2 years ago | |
nvim | 2 years ago | |
scripts | 2 years ago | |
src | 2 years ago | |
vscode | 4 years ago | |
.digrc | 3 years ago | |
.gemrc | 10 years ago | |
.gitattributes | 2 years ago | |
.gitconfig | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
.inputrc | 5 years ago | |
.irbrc | 10 years ago | |
.pryrc | 2 years ago | |
.ruby-version | 2 years ago | |
.tmux.conf | 2 years ago | |
.vimrc | 2 years ago | |
LICENSE | 11 years ago | |
README.md | 3 years ago | |
Rakefile | 2 years ago | |
renovate.json | 2 years ago | |
safari.css | 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.