10 lines
259 B
Bash
Executable File
10 lines
259 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
# local music
|
|
${=BOX_SETUP_INSTALL_COMMAND} mpd mpc ncmpcpp
|
|
# possible mpd clients to consider: ncmpc, inori
|
|
|
|
# spotify
|
|
# TODO: decide if i want to use the package-manager install below, or build from source
|
|
# ${=BOX_SETUP_INSTALL_COMMAND} ncspot
|