More cleanin
parent
41a78e21ed
commit
720950141a
@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
open -a Firefox.app "$1"
|
|
@ -1,7 +0,0 @@
|
|||||||
#/bin/bash
|
|
||||||
|
|
||||||
cat /var/lib/acme/dustinswan.com/key.pem \
|
|
||||||
/var/lib/acme/dustinswan.com/fullchain.pem > \
|
|
||||||
/home/dustinswan/.weechat/ssl/relay.pem
|
|
||||||
|
|
||||||
chown dustinswan.users /home/dustinswan/.weechat/ssl/relay.pem
|
|
@ -1,37 +0,0 @@
|
|||||||
[general]
|
|
||||||
status_path = "~/.vdirsyncer/status/"
|
|
||||||
|
|
||||||
[pair fastmail_contacts]
|
|
||||||
a = "fastmail_contacts_local"
|
|
||||||
b = "fastmail_contacts_remote"
|
|
||||||
collections = ["from b"]
|
|
||||||
conflict_resolution = "b wins"
|
|
||||||
|
|
||||||
[storage fastmail_contacts_local]
|
|
||||||
type = "filesystem"
|
|
||||||
path = "~/Contacts/"
|
|
||||||
fileext = ".vcf"
|
|
||||||
|
|
||||||
[storage fastmail_contacts_remote]
|
|
||||||
type = "carddav"
|
|
||||||
url = "https://carddav.messagingengine.com/"
|
|
||||||
username = "dustinswan@fastmail.com"
|
|
||||||
password.fetch = ["command", "~/dotfiles/bin/decrypt-password", "dustinswan@fastmail.com"]
|
|
||||||
|
|
||||||
[pair fastmail_calendar]
|
|
||||||
a = "fastmail_calendar_local"
|
|
||||||
b = "fastmail_calendar_remote"
|
|
||||||
collections = ["from b"]
|
|
||||||
conflict_resolution = "b wins"
|
|
||||||
metadata = ["color", "displayname"]
|
|
||||||
|
|
||||||
[storage fastmail_calendar_local]
|
|
||||||
type = "filesystem"
|
|
||||||
path = "~/Calendars/"
|
|
||||||
fileext = ".ics"
|
|
||||||
|
|
||||||
[storage fastmail_calendar_remote]
|
|
||||||
type = "caldav"
|
|
||||||
url = "https://caldav.messagingengine.com/"
|
|
||||||
username = "dustinswan@fastmail.com"
|
|
||||||
password.fetch = ["command", "~/dotfiles/bin/decrypt-password", "dustinswan@fastmail.com"]
|
|
Loading…
Reference in New Issue