Initial commit for dotfiles

Setting up dotfiles with yadm
This commit is contained in:
2022-08-26 22:09:22 +09:30
commit 27e3b132a8
22 changed files with 1648 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Connect to MPD running on specified host/unix socket. When HOST starts with a '/', it is assumed to be a unix socket. Note: MPD_HOST environment variable overrides this setting.
mpd_host = $HOME/.config/mpd/socket
# Connect to MPD on the specified port. Note: MPD_PORT environment variable overrides this setting.
#mpd_port = PORT
# Search for files in specified directory. This is needed for tag editor to work.
mpd_music_dir = $HOME/Music