Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 665 Bytes

File metadata and controls

28 lines (18 loc) · 665 Bytes

dotfiles

ShellCheck

muh dots

Install/Update

  1. Backup anything in your $HOME that you don't want overwritten. Review Makefile to see which files will be affected.

  2. Install

    1. Using install (copies files into place)

      make install
    2. Using stow (symlink files instead of copy)

      make stow
  3. Uninstall using make uninstall or make unstow (as applicable)