Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 490 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 490 Bytes

.dotfiles

Personal dotfiles repo, you know the drill.

Warning:
I wrote this up in a hurry, so I haven't fully tested everything. Use at your own risk.

Requirements

  • OSX:
    • brew
    • git

Running

# Install everything
# WARN: This will override your current dotfiles, and link the ones in the repo.
# You may want to back them up beforehand
$ make install

# Just link the dotfiles (requires stow)
$ make link

# Unlink the dotfiles (requires stow)
$ make unlink