...because I really don't want to use Sublime on your interviewing machine.
After going around the block with YADR and
oh-my-zsh
— which require
you to subtract the things you don't want — I decided to return to the
simplicity of manually-compiled dotfiles. This collection configures bash
,
tmux
, and vim
in a sensible way, with the base16-tomorrow
theme across all three.
These dotfiles also capture my ideal Mac OS X configuration — insofar that it can be automated — and make several OS X assumptions. They utilize Ansible for configuration automation.
Consult manual.md
for pre- and post-flight manual activities, then
run:
curl -fsSL https://raw.githubusercontent.com/jamesreggio/dotfiles/master/bootstrap.sh | sh
- YADR for many valuable vim plugins
- @brandonbloom for teaching me vim
- @metcalf for the Ansible playbook and tasks
- @jenanwise for the bootstrap script