From c5bada85020b2d54abc9a17bcb7857b7aa05aed8 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 5 Jul 2022 09:32:48 -0700 Subject: [PATCH] maint: mpd and new job prep --- README.md | 3 ++- install.conf.yaml | 4 ++-- mpd.conf | 15 +++++++++++++++ work.toml => qiime2.toml | 0 zsh/zlogin | 3 +++ 5 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 mpd.conf rename work.toml => qiime2.toml (100%) diff --git a/README.md b/README.md index 095efe0..6f36a24 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ```bash sudo apt update sudo apt upgrade -sudo apt install neovim tmux ripgrep zsh tree git build-essential libssl-dev pkg-config +sudo apt install neovim tmux ripgrep zsh tree git build-essential libssl-dev pkg-config mpd sudo hostname $HOSTNAME chsh -s $(which zsh) sudo echo "[interop]\nappendWindowsPath = false" > /etc/wsl.conf @@ -33,6 +33,7 @@ cd ~/ && rm -rf ~/gwar - garageband - iterm2 - libreoffice +- logseq - melodics - passff-host - postgres.app diff --git a/install.conf.yaml b/install.conf.yaml index 01faf31..0b0b1a6 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -2,12 +2,12 @@ - '~' - create: - - ~/projects/qiime2 - - ~/projects/qiime2/data/ - ~/projects/mds - ~/projects/personal + - ~/.config/mpd/playlists - link: + ~/.config/mpd/mpd.conf: mpd.conf ~/.tmux.conf: tmux.conf ~/.gitconfig: git/gitconfig ~/.config/git/ignore: diff --git a/mpd.conf b/mpd.conf new file mode 100644 index 0000000..de8d0e8 --- /dev/null +++ b/mpd.conf @@ -0,0 +1,15 @@ +pid_file "~/.config/mpd/mpd.pid" +playlist_directory "~/.config/mpd/playlists" + +music_directory "http://anonymous@wren.local:5005/music" + +database { + plugin "proxy" + host "wren.local" +} + +audio_output { + type "pulse" + name "spleen" + server "/mnt/wslg/PulseServer" +} diff --git a/work.toml b/qiime2.toml similarity index 100% rename from work.toml rename to qiime2.toml diff --git a/zsh/zlogin b/zsh/zlogin index c59f3da..297b8b2 100644 --- a/zsh/zlogin +++ b/zsh/zlogin @@ -9,3 +9,6 @@ zcompile "$zcompdump" fi } &! + +# this seems like the easiest way to get a wsl startup script to work +2>/dev/null 1>/dev/null mpd