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
9e907c58db
|
10 years ago | |
---|---|---|
Alfred 2/Alfred.alfredpreferences | 10 years ago | |
ansible | 10 years ago | |
bash | 10 years ago | |
config/.config/powerline | 10 years ago | |
dnsmasq | 10 years ago | |
git | 10 years ago | |
pentadactyl | 10 years ago | |
readline | 10 years ago | |
resolver | 11 years ago | |
ruby | 10 years ago | |
src | 10 years ago | |
ssh/.ssh | 10 years ago | |
tmux | 10 years ago | |
vim | 10 years ago | |
.gitignore | 10 years ago | |
.gitmodules | 10 years ago | |
LICENSE | 11 years ago | |
README.md | 10 years ago | |
bootstrap.sh | 10 years ago |
README.md
A new beginning for what used to be my
conf_dir project, since dotfiles
appears to be the conventional name of these types of repos nowadays.
This uses Ansible to provision new machines and stow for managing conf files that can be symlinked.
Requirements
Usage
On a fresh install, the bootstrap script installs Homebrew and Ansible, clones
the dotfiles repo into ~/Dropbox/dotfiles
, and creates a symlink to that repo
in ~/.dotfiles
.
curl -L https://raw.github.com/kejadlen/dotfiles/master/bootstrap.sh | sh
/usr/local/bin/ansible-playbook main.yml --inventory=hosts --ask-sudo-pass