mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
No commits in common. "ae2e5397cbc0b3c3eebe5e33b7a988877a80a42b" and "43b10cc0a1157be6dc9ae45769daa34e2cd27095" have entirely different histories.
ae2e5397cb
...
43b10cc0a1
31
mpdconf
31
mpdconf
@ -1,31 +0,0 @@
|
|||||||
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"
|
|
||||||
}
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
source "$(brew --prefix)/opt/gitstatus/gitstatus.plugin.zsh"
|
source "$HOME/.zsh/lib/gitstatus/gitstatus.plugin.zsh"
|
||||||
|
|
||||||
gitstatus_start MY
|
gitstatus_start MY
|
||||||
|
|
||||||
|
|||||||
1
zsh/lib/gitstatus
Submodule
1
zsh/lib/gitstatus
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 86bc4a8f04429c5920674ef5b8136dbf10f436fe
|
||||||
Loading…
Reference in New Issue
Block a user