- Supprimés : fish, qtile, X, vim, sway, neomutt (+ package systemd vide) - Nouveau package hyprland : waybar, rofi, mako, gammastep, rofi-pass, systemd (mail+kanata+mpd+voxtype), script rofi - Nouveau package aerc : config aerc + infra mail (msmtp, khard, vdirsyncer) migrée depuis neomutt - Nettoyage .gitignore : suppression entrées neomutt/vim, ajout patterns moc/mpd/vifm manquants, vdirsyncer/status pour aerc - Mise à jour des configs trackées modifiées (nvim, zsh, tmux, git, newsboat) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
[general]
|
|
status_path = "~/.local/share/vdirsyncer/status/"
|
|
|
|
[pair cloud_opytex_contact]
|
|
a = "cloud_opytex_contact_local"
|
|
b = "cloud_opytex_contact_remote"
|
|
collections = ["from a", "from b"]
|
|
conflict_resolution = "b wins"
|
|
|
|
[storage cloud_opytex_contact_local]
|
|
type = "filesystem"
|
|
path = "~/.contacts/contacts/"
|
|
fileext = ".vcf"
|
|
|
|
[storage cloud_opytex_contact_remote]
|
|
type = "carddav"
|
|
url = "https://cloud.poneyworld.net/remote.php/dav/addressbooks/users/lafrite/contacts/"
|
|
username = "lafrite"
|
|
password.fetch = ["command", "pass", "OVH/Panais/docker/cloud.poneyworld.net/lafrite"]
|
|
|
|
[pair cloud_opytex_calendar]
|
|
a = "cloud_opytex_calendar_local"
|
|
b = "cloud_opytex_calendar_remote"
|
|
collections = ["from b"]
|
|
conflict_resolution = "b wins"
|
|
|
|
[storage cloud_opytex_calendar_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/"
|
|
fileext = ".ics"
|
|
|
|
[storage cloud_opytex_calendar_remote]
|
|
type = "caldav"
|
|
url = "https://cloud.poneyworld.net/remote.php/dav/calendars/lafrite/"
|
|
username = "lafrite"
|
|
password.fetch = ["command", "pass", "OVH/Panais/docker/cloud.poneyworld.net/lafrite"]
|