From efdb37b91570865f2c7eb2077d7353667392d890 Mon Sep 17 00:00:00 2001 From: Inhji Date: Thu, 3 Oct 2019 10:23:59 +0200 Subject: [PATCH] add beets config --- config/beets/config | 4 ++++ install.conf.yaml | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 config/beets/config diff --git a/config/beets/config b/config/beets/config new file mode 100644 index 0000000..1a8c03d --- /dev/null +++ b/config/beets/config @@ -0,0 +1,4 @@ +directory: /media/biggie/Music +library: ~/.beets/library.db +import: + move: yes diff --git a/install.conf.yaml b/install.conf.yaml index bf8a48c..67ff865 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -27,3 +27,6 @@ ~/.zfunctions/async: path: pure/async.zsh force: true + ~/.config/beets/config.yaml: + path: config/beets/config + force: true