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 | b10cba594db836c0747066addad48bda4d30cd02 (patch) | |
| tree | 063119a623fa3f7139feda4ef302896d8f5f934c /dotfiles/common/.mbsyncrc | |
| parent | 49c2ba9c4510bf6e1acd306687473bc8ba9ad8dd (diff) | |
| download | archsetup-b10cba594db836c0747066addad48bda4d30cd02.tar.gz archsetup-b10cba594db836c0747066addad48bda4d30cd02.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/.mbsyncrc')
| -rw-r--r-- | dotfiles/common/.mbsyncrc | 202 |
1 files changed, 0 insertions, 202 deletions
diff --git a/dotfiles/common/.mbsyncrc b/dotfiles/common/.mbsyncrc deleted file mode 100644 index 05cb4a2..0000000 --- a/dotfiles/common/.mbsyncrc +++ /dev/null @@ -1,202 +0,0 @@ -IMAPAccount gmail -Host imap.gmail.com -User craigmartinjennings@gmail.com -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.config/.gmailpass.gpg" -Port 993 -TLSType IMAPS -AuthMechs Login -CertificateFile /etc/ssl/certs/ca-certificates.crt - -IMAPStore gmail-remote -Account gmail - -MaildirStore gmail-local -# SubFolders Verbatim -# The trailing "/" is important -Path ~/.mail/gmail/ -Inbox ~/.mail/gmail/INBOX - -Channel gmail-inbox -Far :gmail-remote: -Near :gmail-local: -Patterns "INBOX" -Create Both -Expunge Both -SyncState * - -Channel gmail-trash -Far :gmail-remote:"[Gmail]/Trash" -Near :gmail-local:"Trash" -Create Both -Expunge Both -SyncState * - -Channel gmail-drafts -Far :gmail-remote:"[Gmail]/Drafts" -Near :gmail-local:"Drafts" -Create Both -Expunge Both -SyncState * - -Channel gmail-sent -Far :gmail-remote:"[Gmail]/Sent Mail" -Near :gmail-local:"Sent" -Create Both -Expunge Both -SyncState * - -Channel gmail-starred -Far :gmail-remote:"[Gmail]/Starred" -Near :gmail-local:"Starred" -Create Both -Expunge Both -SyncState * - -Group gmail -Channel gmail-inbox -Channel gmail-trash -Channel gmail-drafts -Channel gmail-sent -Channel gmail-starred - -IMAPAccount cmail -Host 127.0.0.1 -Port 1143 -User c@cjennings.net -PassCmd "cat ~/.config/.cmailpass" -TLSType STARTTLS -CertificateFile ~/.config/protonbridge.pem - -IMAPStore cmail-remote -Account cmail - -MaildirStore cmail-local -Path ~/.mail/cmail/ -Inbox ~/.mail/cmail/Inbox/ -Trash ~/.mail/cmail/Trash/ -SubFolders Verbatim - -Channel cmail-inbox -Far :cmail-remote:INBOX -Near :cmail-local:Inbox -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -Channel cmail-sent -Far :cmail-remote:Sent -Near :cmail-local:Sent -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -Channel cmail-trash -Far :cmail-remote:Trash -Near :cmail-local:Trash -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -Channel cmail-archive -Far :cmail-remote:Archive -Near :cmail-local:Archive -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -Channel cmail-starred -Far :cmail-remote:Starred -Near :cmail-local:Starred -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -Channel cmail-spam -Far :cmail-remote:Spam -Near :cmail-local:Spam -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -# Drafts and All Mail omitted due to sync errors with ProtonBridge -# You can still access these folders via IMAP if needed - -Group cmail -Channel cmail-inbox -Channel cmail-sent -Channel cmail-trash -Channel cmail-archive -Channel cmail-starred -Channel cmail-spam - -IMAPAccount dmail -Host imap.gmail.com -User craig.jennings@deepsat.com -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.config/.dmailpass.gpg" -Port 993 -TLSType IMAPS -AuthMechs Login -CertificateFile /etc/ssl/certs/ca-certificates.crt - -IMAPStore dmail-remote -Account dmail - -MaildirStore dmail-local -Path ~/.mail/dmail/ -Inbox ~/.mail/dmail/INBOX - -Channel dmail-inbox -Far :dmail-remote: -Near :dmail-local: -Patterns "INBOX" -Create Both -Expunge Both -SyncState * - -Channel dmail-trash -Far :dmail-remote:"[Gmail]/Trash" -Near :dmail-local:"Trash" -Create Both -Expunge Both -SyncState * - -Channel dmail-drafts -Far :dmail-remote:"[Gmail]/Drafts" -Near :dmail-local:"Drafts" -Create Both -Expunge Both -SyncState * - -Channel dmail-sent -Far :dmail-remote:"[Gmail]/Sent Mail" -Near :dmail-local:"Sent" -Create Both -Expunge Both -SyncState * - -Channel dmail-starred -Far :dmail-remote:"[Gmail]/Starred" -Near :dmail-local:"Starred" -Create Both -Expunge Both -SyncState * - -Group dmail -Channel dmail-inbox -Channel dmail-trash -Channel dmail-drafts -Channel dmail-sent -Channel dmail-starred - |
