dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

duplicates (99B)


      1 #!/bin/sh
      2 find "${1:-.}" -type f -exec md5sum '{}' ';' | sort | uniq --all-repeated=separate -w 15