diff options
author | David Runge <dave@sleepmap.de> | 2015-03-11 17:24:28 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-11 17:24:28 +0100 |
commit | 787d6c0cc767d9bb641e6d39da812dadc64c309e (patch) | |
tree | fd33bbab79244ac36b08de68c5a127bfe47b7167 /.vdirsyncer | |
parent | e5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1 (diff) | |
parent | 57e415a858c86bb21d85a28cac93fbab7156963f (diff) | |
download | dotfiles-787d6c0cc767d9bb641e6d39da812dadc64c309e.tar.gz dotfiles-787d6c0cc767d9bb641e6d39da812dadc64c309e.tar.bz2 dotfiles-787d6c0cc767d9bb641e6d39da812dadc64c309e.tar.xz dotfiles-787d6c0cc767d9bb641e6d39da812dadc64c309e.zip |
Merge branch 'master' of sleepmap:dotfiles
* 'master' of sleepmap:dotfiles:
.vim/addons-settings.vim: Removing powerline support and replacing ugly stuff with ascii characters.
.vdirsyncer/config: Encapsulating paths with ~ in double quotes, as vdirsyncer creates a weird ~ folder in your home otherwise.
termite/config: Switching to Inconsolata (made available through powerline-fonts-git).
pavucontrol.ini: Removing, as it's going to be rewritten each call anyways.
.tmux.conf: Updating colours, incorporating tpm, removing powerline stuff.
.compton.conf: Adding MPlayer to comptons exclude lists.
Diffstat (limited to '.vdirsyncer')
-rw-r--r-- | .vdirsyncer/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config index e8ec980..7f04a07 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -4,7 +4,7 @@ # http://vdirsyncer.readthedocs.org/ for the rest of them. [general] # A folder where vdirsyncer can store some metadata about each pair. -status_path = ~/.vdirsyncer/status/ +status_path = "~/.vdirsyncer/status/" password_command = pass2vdirsyncer # CARDDAV @@ -36,7 +36,7 @@ conflict_resolution = "b wins" # A storage references actual data on a remote server or on the local disk. # Similar to repositories in OfflineIMAP. type = filesystem -path = ~/.contacts/ +path = "~/.contacts/" fileext = .vcf [storage dave_contacts_remote] @@ -60,7 +60,7 @@ b = dave_calendar_remote collections = ["contact_birthdays", "private", "unix-pool", "courses", "live", "concerts", "d228"] [storage dave_calendar_local] type = filesystem -path = ~/.calendars/ +path = "~/.calendars/" fileext = .ics [storage dave_calendar_remote] type = caldav |