maint: mpd and new job prep
This commit is contained in:
parent
051aa4a9b2
commit
c5bada8502
5 changed files with 22 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
```bash
|
```bash
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade
|
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
|
sudo hostname $HOSTNAME
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
sudo echo "[interop]\nappendWindowsPath = false" > /etc/wsl.conf
|
sudo echo "[interop]\nappendWindowsPath = false" > /etc/wsl.conf
|
||||||
|
@ -33,6 +33,7 @@ cd ~/ && rm -rf ~/gwar
|
||||||
- garageband
|
- garageband
|
||||||
- iterm2
|
- iterm2
|
||||||
- libreoffice
|
- libreoffice
|
||||||
|
- logseq
|
||||||
- melodics
|
- melodics
|
||||||
- passff-host
|
- passff-host
|
||||||
- postgres.app
|
- postgres.app
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
- '~'
|
- '~'
|
||||||
|
|
||||||
- create:
|
- create:
|
||||||
- ~/projects/qiime2
|
|
||||||
- ~/projects/qiime2/data/
|
|
||||||
- ~/projects/mds
|
- ~/projects/mds
|
||||||
- ~/projects/personal
|
- ~/projects/personal
|
||||||
|
- ~/.config/mpd/playlists
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
|
~/.config/mpd/mpd.conf: mpd.conf
|
||||||
~/.tmux.conf: tmux.conf
|
~/.tmux.conf: tmux.conf
|
||||||
~/.gitconfig: git/gitconfig
|
~/.gitconfig: git/gitconfig
|
||||||
~/.config/git/ignore:
|
~/.config/git/ignore:
|
||||||
|
|
15
mpd.conf
Normal file
15
mpd.conf
Normal file
|
@ -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"
|
||||||
|
}
|
|
@ -9,3 +9,6 @@
|
||||||
zcompile "$zcompdump"
|
zcompile "$zcompdump"
|
||||||
fi
|
fi
|
||||||
} &!
|
} &!
|
||||||
|
|
||||||
|
# this seems like the easiest way to get a wsl startup script to work
|
||||||
|
2>/dev/null 1>/dev/null mpd
|
||||||
|
|
Loading…
Add table
Reference in a new issue