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/gui.py.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/gui.py.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/gui.py.json | 115 |
1 files changed, 0 insertions, 115 deletions
diff --git a/dotfiles/common/.config/calibre/gui.py.json b/dotfiles/common/.config/calibre/gui.py.json deleted file mode 100644 index e3c44c5..0000000 --- a/dotfiles/common/.config/calibre/gui.py.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "LRF_conversion_defaults": [], - "LRF_ebook_viewer_options": null, - "asked_library_thing_password": false, - "auto_download_cover": false, - "autolaunch_server": false, - "column_map": [ - "title", - "ondevice", - "authors", - "size", - "timestamp", - "rating", - "publisher", - "tags", - "series", - "pubdate" - ], - "confirm_delete": false, - "cover_flow_queue_length": 6, - "default_send_to_device_action": "DeviceAction:main::False:False", - "delete_news_from_library_on_upload": false, - "disable_animations": true, - "disable_tray_notification": false, - "enforce_cpu_limit": true, - "get_social_metadata": true, - "gui_layout": "wide", - "highlight_search_matches": false, - "internally_viewed_formats": [ - "AZW", - "AZW3", - "FB2", - "FBZ", - "HTML", - "HTMLZ", - "KEPUB", - "LIT", - "LRF", - "MOBI", - "PDB", - "POBI", - "PRC", - "RB", - "SNB" - ], - "jobs_search_history": [], - "lrf_viewer_search_history": [], - "main_search_history": [ - "title:architecture", - "tag:favorite", - "tag:review-author", - "tag:review-author author:calibre", - "tag:news", - "tag:Computers", - "software architecture", - "architecture", - "author:lee braver", - "caminos", - "contaldo", - "genarro", - "zevon", - "warren zevon", - "author:kant", - "title:critique of pure reason", - "title critique of pure reason", - "title:being and time", - "heidegger basic writings", - "title:question concerning technology", - "tag:epub", - "question concerning technology heidegger", - "poetry language thought heidegger", - "basic writings heidegger", - "author:corrington" - ], - "main_window_geometry": null, - "match_tags_type": "any", - "new_version_notification": false, - "oldest_news": 0, - "overwrite_author_title_metadata": true, - "plugin_search_history": [ - "kobo", - "covers", - "cover", - "rsync" - ], - "save_to_disk_template_history": [ - "{author_sort}/{title}/{title} - {authors}" - ], - "scheduler_search_history": [ - "Jacobin", - "New Republic" - ], - "search_as_you_type": false, - "send_to_device_template_history": [], - "send_to_storage_card_by_default": false, - "separate_cover_flow": false, - "shortcuts_search_history": [ - "quit", - "quickview", - "q" - ], - "show_avg_rating": true, - "sort_tags_by": "name", - "systray_icon": false, - "tag_browser_hidden_categories": { - "__class__": "set", - "__value__": [] - }, - "tweaks_search_history": [], - "upload_news_to_device": false, - "use_roman_numerals_for_series_number": false, - "viewer_search_history": [], - "viewer_toc_search_history": [], - "worker_limit": 6 -}
\ No newline at end of file |
