1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Some documentation about what's in here

This commit is contained in:
2018-03-20 22:00:24 +01:00
parent eec696e224
commit b1de9773d5

View File

@@ -1,7 +1,9 @@
dotfiles 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 mkdir ~/.dot
@@ -38,3 +40,14 @@ workspace=
group= group=
ssh://myserver/srv/git/mydocs.git 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 |