diff --git a/mpd.conf b/mpd.conf new file mode 100644 index 0000000..c5b2378 --- /dev/null +++ b/mpd.conf @@ -0,0 +1,8 @@ +db_file "~/.local/share/mpd/database" +log_file "~/.local/share/mpd/log" +music_directory "~/Music" +auto_update "yes" +playlist_directory "~/.local/share/mpd/playlists" +pid_file "~/.local/state/mpd/pid" +state_file "~/.local/state/mpd/state" +sticker_file "~/.local/share/mpd/sticker.sql" diff --git a/stowfile b/stowfile index 9cfaa4f..d8b26ac 100644 --- a/stowfile +++ b/stowfile @@ -2,6 +2,9 @@ vars: - confhome=${XDG_CONFIG_HOME} stow: + - src: mpd.conf + links: + - "${confhome}/mpd/mpd.conf" - src: mbsyncrc links: - "${HOME}/.mbsyncrc"