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.

1.0 KiB

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.

Usage

First, install Xcode and the Command Line Tools.

sudo xcode-select --install
open 'https://itunes.apple.com/us/app/xcode/id497799835?mt=12'
sudo xcodebuild -license

Then run the bootstrapping script. This 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

Now ansible can be run to set up mostly everything.

cd ~/.dotfiles/ansible && ansible-playbook main.yml --ask-sudo-pass
rm -f ~/*.retry