Add mpd config
This commit is contained in:
parent
a243248ee9
commit
aa3c568c7d
2 changed files with 11 additions and 0 deletions
8
mpd.conf
Normal file
8
mpd.conf
Normal file
|
@ -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"
|
3
stowfile
3
stowfile
|
@ -2,6 +2,9 @@ vars:
|
|||
- confhome=${XDG_CONFIG_HOME}
|
||||
|
||||
stow:
|
||||
- src: mpd.conf
|
||||
links:
|
||||
- "${confhome}/mpd/mpd.conf"
|
||||
- src: mbsyncrc
|
||||
links:
|
||||
- "${HOME}/.mbsyncrc"
|
||||
|
|
Loading…
Reference in a new issue