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
|
||||
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
|
||||
|
|
|
@ -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:
|
||||
|
|
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"
|
||||
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