diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-02 12:16:38 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-02 12:16:38 -0500 |
| commit | 8c32bbbf9fab115dc51afa17c081e0763cbee717 (patch) | |
| tree | 246b46b53c956cfea07bc9d1c2b81f9f8de53d65 /dotfiles/common/.config/calibre/plugins/Kobo Utilities.json | |
| parent | 3f370d6c19c83430547d1771b0e6fa669dc7d5c5 (diff) | |
| download | archsetup-8c32bbbf9fab115dc51afa17c081e0763cbee717.tar.gz archsetup-8c32bbbf9fab115dc51afa17c081e0763cbee717.zip | |
refactor: drop in-repo dotfiles/, move stow tooling to the dotfiles repo
Since the installer clones DOTFILES_REPO into ~/.dotfiles and stows from there, the in-repo dotfiles/ tree was dead weight. Nothing reads it at install time. I removed it (831 files) now that both machines are migrated.
The Makefile's stow / restow / reset / unstow / import targets and the dotfile-script unit suites moved to the dotfiles repo. They sit alongside the scripts they manage and run standalone (cd ~/.dotfiles && make ...). This Makefile keeps the VM-integration targets and the installer-helper suite (safe-rm-rf).
I updated CLAUDE.md and README.md so stow operations run from ~/.dotfiles, and the dotfile-management, theme, and unit-test sections point at the standalone repo. The README was already describing the old in-repo model from before the installer switched to cloning. This brings it in line.
Diffstat (limited to 'dotfiles/common/.config/calibre/plugins/Kobo Utilities.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/plugins/Kobo Utilities.json | 122 |
1 files changed, 0 insertions, 122 deletions
diff --git a/dotfiles/common/.config/calibre/plugins/Kobo Utilities.json b/dotfiles/common/.config/calibre/plugins/Kobo Utilities.json deleted file mode 100644 index 4d9121a..0000000 --- a/dotfiles/common/.config/calibre/plugins/Kobo Utilities.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "BookmarkOptions": { - "backgroundJob": false, - "clearIfUnread": false, - "doNotStoreIfReopened": false, - "rating": true, - "readingStatus": true, - "setDateToNow": true, - "storeBookmarks": true, - "storeIfMoreRecent": false - }, - "Devices": { - "N4181C1037466": { - "active": true, - "backupOptionsStore": { - "backupCopiesToKeepSpin": 10, - "backupDestDirectory": "/home/cjennings/documents/kobo", - "backupEachCOnnection": true, - "backupZipDatabase": true, - "doDailyBackp": false - }, - "location_code": "main", - "name": "Kobo Libra 2", - "serial_no": "N4181C1037466", - "type": "Kobo Libra 2", - "updateOptionsStore": { - "doEarlyFirmwareUpdate": false, - "doFirmwareUpdateCheck": true, - "firmwareUpdateCheckLastTime": 0 - }, - "uuid": "8de75c8a-f9b6-405c-86a3-515afd1e71fa" - } - }, - "MetadataOptions": { - "author": false, - "authourSort": false, - "description": false, - "descriptionTemplate": "", - "descriptionUseTemplate": false, - "isbn": false, - "language": false, - "published_date": false, - "publisher": false, - "rating": false, - "readingStatus": -1, - "reading_direction": "Default", - "resetPosition": false, - "series": false, - "setRreadingStatus": false, - "set_reading_direction": false, - "set_sync_date": false, - "subtitle": false, - "subtitleTemplate": "", - "sync_date_library_date": "timestamp", - "title": false, - "titleSort": false, - "update_KoboEpubs": false, - "usePlugboard": false - }, - "ReadingOptions": { - "doNotUpdateIfSet": false, - "lockMargins": false, - "readingAlignment": "Off", - "readingFontFamily": "Georgia", - "readingFontSize": 22, - "readingLeftMargin": 3, - "readingLineHeight": 1.3, - "readingRightMargin": 3, - "updateConfigFile": false - }, - "_version": 2, - "backupAnnotations": { - "dest_directory": "" - }, - "backupOptionsStore": { - "backupCopiesToKeepSpin": 5, - "backupDestDirectory": "", - "backupEachCOnnection": false, - "backupZipDatabase": true, - "doDailyBackp": false - }, - "cleanImagesDir": { - "delete_extra_covers": false - }, - "commonOptionsStore": { - "buttonActionDevice": "", - "buttonActionLibrary": "", - "individualDeviceOptions": true - }, - "coverUpload": { - "blackandwhite": false, - "dithered_covers": false, - "keep_cover_aspect": false, - "kepub_covers": false, - "letterbox": false, - "letterbox_color": "#000000", - "png_covers": false - }, - "fixDuplicatesOptionsStore": { - "keepNewestShelf": true, - "purgeShelves": false - }, - "getShelvesOptionStore": { - "allBooks": true, - "replaceShelves": true - }, - "removeAnnotations": { - "removeAnnotAction": 0 - }, - "removeCovers": { - "kepub_covers": false, - "remove_fullsize_covers": false - }, - "setRelatedBooksOptionsStore": { - "relatedBooksType": 0 - }, - "updateOptionsStore": { - "doEarlyFirmwareUpdate": false, - "doFirmwareUpdateCheck": false, - "firmwareUpdateCheckLastTime": 1656213583 - } -}
\ No newline at end of file |
