From b1de9773d55d0620a9ec7922ea14a3011713f698 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 20 Mar 2018 22:00:24 +0100 Subject: [PATCH] Some documentation about what's in here --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3665e2..13d5882 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ dotfiles ======== -After having my homedirs in subversion for years, move to Git. +After having my homedirs in subversion for years, moved this collection to Git in 2014 and standardised over all my machines. + +To install: ``` mkdir ~/.dot @@ -38,3 +40,14 @@ workspace= group= ssh://myserver/srv/git/mydocs.git ``` + +# Interesting scripts + +| ./bin/ | description | +|:--------:|:---------------:| +| calibre_update | Update (or install) ebook manager Calibre | +| clean_mac_files | Remove those DS_Store and other dirs | +| clean_project | Remove compiled Python files, vim swp files | +| clean_pyc | Remove compiled Python files| +| fixpermissions | chmod dirs to 755, files to 644 | +| fixpictimestamps | Change file ctime to datetime from EXIF |