Mopidy and mopidy plugins, brew taps in cider.

This commit is contained in:
Ivan Malison 2015-01-06 00:35:59 -08:00
parent 8d46d32497
commit 1462de58ec
5 changed files with 32 additions and 16 deletions

3
.gitignore vendored
View File

@ -32,4 +32,5 @@ dotfiles/config/vlc/
dotfiles/config/nemo/
/.mail-sync
dotfiles/wemo/cache
dotfiles/wemo/cache
dotfiles/config/mopidy/spotify/

View File

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

View File

@ -0,0 +1,5 @@
[http]
hostname = 0.0.0.0
[mopify]
enabled = true

View File

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

View File

@ -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')