Mopidy and mopidy plugins, brew taps in cider.
This commit is contained in:
parent
8d46d32497
commit
1462de58ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ dotfiles/config/nemo/
|
||||
/.mail-sync
|
||||
|
||||
dotfiles/wemo/cache
|
||||
dotfiles/config/mopidy/spotify/
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"after-scripts": ["brew linkapps"],
|
||||
"taps": [
|
||||
"caskroom/cask",
|
||||
"mopidy/mopidy",
|
||||
"homebrew/dupes"
|
||||
],
|
||||
"casks": [
|
||||
"alfred",
|
||||
"atom",
|
||||
@ -82,6 +87,7 @@
|
||||
"libidn",
|
||||
"libpng",
|
||||
"libsoup",
|
||||
"libspotify",
|
||||
"libtasn1",
|
||||
"libtiff",
|
||||
"libtool",
|
||||
@ -89,6 +95,7 @@
|
||||
"mackup",
|
||||
"make",
|
||||
"mercurial",
|
||||
"mopidy",
|
||||
"mu --with-emacs",
|
||||
"netcat",
|
||||
"nettle",
|
||||
|
5
dotfiles/config/mopidy/mopidy.conf
Normal file
5
dotfiles/config/mopidy/mopidy.conf
Normal file
@ -0,0 +1,5 @@
|
||||
[http]
|
||||
hostname = 0.0.0.0
|
||||
|
||||
[mopify]
|
||||
enabled = true
|
@ -1,20 +1,24 @@
|
||||
py
|
||||
tox
|
||||
sqlalchemy
|
||||
flask
|
||||
coloredlogs
|
||||
ddg
|
||||
ouimeaux
|
||||
simplejson
|
||||
invoke
|
||||
lxml
|
||||
okcupyd
|
||||
vcrpy
|
||||
dotfiles
|
||||
dropbox
|
||||
flake8
|
||||
invoke
|
||||
jinja
|
||||
lxml
|
||||
mopidy-moped
|
||||
mopidy-scrobbler
|
||||
mopidy-spotify
|
||||
numpy
|
||||
okcupyd
|
||||
ouimeaux
|
||||
py
|
||||
pylint
|
||||
pyspotify
|
||||
readline
|
||||
ropemacs
|
||||
Flask
|
||||
flake8
|
||||
pylint
|
||||
coloredlogs
|
||||
dropbox
|
||||
simplejson
|
||||
sqlalchemy
|
||||
tox
|
||||
vcrpy
|
||||
|
@ -43,7 +43,6 @@ def osx_config(ctx):
|
||||
|
||||
@ctask
|
||||
def cider(ctx):
|
||||
ctx.run('brew tap homebrew/dupes')
|
||||
ctx.run('brew install caskroom/cask/brew-cask')
|
||||
if not util.command_exists('cider'):
|
||||
ctx.run('sudo pip install cider')
|
||||
|
Loading…
Reference in New Issue
Block a user