Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 672 Bytes

README.markdown

File metadata and controls

19 lines (14 loc) · 672 Bytes

Home directory scripts and configuration

These files are mostly my own settings and tools, but some may be more generally useful.

These will probably be moved to separate projects after a while:

  • tools.mk - Auxiliary make targets.
  • scripts/duplicates.sh - Check for duplicate files in two directories.
  • scripts/make-links.sh - Create symbolic links for several files in a separate directory, asking for confirmation or diffing if there is a collision.

Install

git clone git://github.com/l0b0/tilde.git
cd tilde
git submodule update --init
make test # Optional
make install # NOT as root