curl -sL https://dtcooper.github.io/raspotify/install.sh | sh
Then edit the config file to get high quality + any other desired options.
- Install bluealsa
- Then follow steps from here
| param($p1) | |
| C:\Path\To\neovide.exe --wsl "$(wsl wslpath -ua $p1)" |
| if [ -n "$HOME" ] | |
| set NIX_LINK "$HOME/.nix-profile" | |
| # Set the default profile. | |
| if not [ -L "$NIX_LINK" ] | |
| echo "creating $NIX_LINK" >&2 | |
| set _NIX_DEF_LINK /nix/var/nix/profiles/default | |
| /nix/store/rznhi2hyzcgckk7yb2662lr57sb906ps-coreutils-8.24/bin/ln -s "$_NIX_DEF_LINK" "$NIX_LINK" | |
| end |