From 6a8f58063c4bd1f27456e7dd2bde9d74c9d5a717 Mon Sep 17 00:00:00 2001 From: Inhji Date: Sat, 16 May 2020 10:43:36 +0200 Subject: [PATCH] feat: add beets config --- config/beets/config | 5 +++++ install.conf.yaml | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 config/beets/config diff --git a/config/beets/config b/config/beets/config new file mode 100644 index 0000000..41b2987 --- /dev/null +++ b/config/beets/config @@ -0,0 +1,5 @@ +directory: ~/Musik/Import +library: ~/.config/beets/library.db + +import: + move: yes \ No newline at end of file diff --git a/install.conf.yaml b/install.conf.yaml index 1cbc8d2..b2ecec8 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -22,3 +22,6 @@ ~/.zfunctions/async: path: pure/async.zsh force: true + ~/.config/beets/config.yaml: + path: config/beets/config + force: true