diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-14 12:40:57 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-15 21:29:19 +0100 |
| commit | 03c0517724d48b5736121c8405b7e6758ace7bfc (patch) | |
| tree | dc3edb0d310594466173e3b86156cc69571d6d31 | |
| parent | 2a0f23110517fafa5d474a7e4efb661d5148efef (diff) | |
Add vdirsyncer
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | config/vdirsyncer/config.age | bin | 0 -> 2485 bytes | |||
| -rwxr-xr-x | install | 3 | ||||
| -rwxr-xr-x | sensitive | 1 |
4 files changed, 5 insertions, 0 deletions
@@ -16,3 +16,4 @@ config/mpd/ext config/weechat/sec.conf config/ncmpcpp/error.log config/task/sync +config/vdirsyncer/config diff --git a/config/vdirsyncer/config.age b/config/vdirsyncer/config.age Binary files differnew file mode 100644 index 0000000..3ff2ab9 --- /dev/null +++ b/config/vdirsyncer/config.age @@ -110,6 +110,9 @@ ln -fns ../.dotfiles/config/task ~/.config/task # wob ln -fns ../.dotfiles/config/wob ~/.config/wob +# vdirsyncer +ln -fns ../.dotfiles/config/vdirsyncer ~/.config/vdirsyncer + # age recipients ln -fns .dotfiles/age-recipients ~/.age-recipients @@ -4,6 +4,7 @@ sensitive_files=( "config/aerc/accounts.conf" "config/weechat/sec.conf" "config/task/sync" + "config/vdirsyncer/config" ) if [[ "$1" == "update" ]]; then |