Update: Added mpd and ncmpcpp configs, replaced oh-my-zsh with just .zshrc.

This commit is contained in:
Keyitdev
2025-08-01 12:03:56 +02:00
parent 764e3915a3
commit cc60129e48
7 changed files with 140 additions and 25 deletions
+18
View File
@@ -0,0 +1,18 @@
# Documentation: https://mpd.readthedocs.io/en/stable/user.html
# Config created by Keyitdev https://www.github.com/keyitdev/dotfiles
# Copyright (C) 2022 Keyitdev
music_directory "~/Music"
db_file "~/.config/mpd/database"
playlist_directory "~/.config/mpd/playlists"
auto_update "yes"
bind_to_address "127.0.0.1"
restore_paused "yes"
max_output_buffer_size "16384"
audio_output {
type "pulse"
name "pulse"
}