Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.24 KB

dflems' dotfiles

Mostly based on holman's topically-organized dotfiles. There's some stuff in here that's specific to my setup (my .gitconfig for instance), so watch out.

prerequisites

  • XCode or Command Line Tools

so, how does this work?

  • Installs some Homebrew dependencies and neat extensions.
  • Symlinks each FILENAME.symlink to ~/.FILENAME.
  • Every *.zsh file gets sourced.
  • Autocompletion loaded from completion.zsh files in topic folders.
  • Aliases git to hub for easier Github integration.
  • Uses ~/.localrc for super secret stuff that you don't want to put on the internets.

install it

git clone https://github.com/dflems/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

.dotfiles of interest