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 c5dcf79c5d
mu
2 years ago
.bundle [ruby] update bundle config for gem linter 2 years ago
.config neovim things 2 years ago
.git_templates update git ctags PATH 2 years ago
.hammerspoon fix doi.org url handling 2 years ago
.local/share/nvim/site/pack/alpha/start mu 2 years ago
.ssh colima -> .ssh 2 years ago
.vim update submodules 2 years ago
.zprezto@c060e9afc6 mu 2 years ago
.zsh/modules/docker-completion [zsh] use a module for docker completion 5 years ago
bin strip dates from Dash prefs 2 years ago
macos mu 2 years ago
meta move on-fire-within config to boxen 2 years ago
nvim nvim symlinks 2 years ago
scripts [scripts] rm 2 years ago
src bump giphy workflow 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 strip dates from Dash prefs 2 years ago
.gitconfig mu 2 years ago
.gitignore move quitter to local override 2 years ago
.gitmodules add treesitter-playground 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
.ruby-version mu 2 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
renovate.json Add renovate.json 2 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.