1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
ae2e5397cb Add MPD config 2021-01-31 16:19:32 -05:00
2ea5849892 Source the gitstatus plugin from homebrew 2021-01-31 16:19:05 -05:00
3 changed files with 32 additions and 2 deletions

31
mpdconf Normal file
View File

@ -0,0 +1,31 @@
bind_to_address "any"
db_file "~/.mpd/database"
music_directory "~/Music/Library"
playlist_directory "~/.mpd/playlists"
log_file "~/.mpd/log"
pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"
decoder {
plugin "mp4ff"
enabled "no"
}
auto_update "yes"
auto_update_depth "2"
follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
replaygain "auto"
log_level "default"
audio_output {
type "osx"
name "macOS Audio Output"
mixer_type "software"
options "buffer_time=500"
}

View File

@ -1,4 +1,4 @@
source "$HOME/.zsh/lib/gitstatus/gitstatus.plugin.zsh"
source "$(brew --prefix)/opt/gitstatus/gitstatus.plugin.zsh"
gitstatus_start MY

@ -1 +0,0 @@
Subproject commit 86bc4a8f04429c5920674ef5b8136dbf10f436fe