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/ dotfiles/config/nemo/
/.mail-sync /.mail-sync
dotfiles/wemo/cache dotfiles/wemo/cache
dotfiles/config/mopidy/spotify/

View File

@ -1,5 +1,10 @@
{ {
"after-scripts": ["brew linkapps"], "after-scripts": ["brew linkapps"],
"taps": [
"caskroom/cask",
"mopidy/mopidy",
"homebrew/dupes"
],
"casks": [ "casks": [
"alfred", "alfred",
"atom", "atom",
@ -82,6 +87,7 @@
"libidn", "libidn",
"libpng", "libpng",
"libsoup", "libsoup",
"libspotify",
"libtasn1", "libtasn1",
"libtiff", "libtiff",
"libtool", "libtool",
@ -89,6 +95,7 @@
"mackup", "mackup",
"make", "make",
"mercurial", "mercurial",
"mopidy",
"mu --with-emacs", "mu --with-emacs",
"netcat", "netcat",
"nettle", "nettle",

View File

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

View File

@ -1,20 +1,24 @@
py flask
tox coloredlogs
sqlalchemy
ddg ddg
ouimeaux
simplejson
invoke
lxml
okcupyd
vcrpy
dotfiles dotfiles
dropbox
flake8
invoke
jinja jinja
lxml
mopidy-moped
mopidy-scrobbler
mopidy-spotify
numpy numpy
okcupyd
ouimeaux
py
pylint
pyspotify
readline readline
ropemacs ropemacs
Flask simplejson
flake8 sqlalchemy
pylint tox
coloredlogs vcrpy
dropbox

View File

@ -43,7 +43,6 @@ def osx_config(ctx):
@ctask @ctask
def cider(ctx): def cider(ctx):
ctx.run('brew tap homebrew/dupes')
ctx.run('brew install caskroom/cask/brew-cask') ctx.run('brew install caskroom/cask/brew-cask')
if not util.command_exists('cider'): if not util.command_exists('cider'):
ctx.run('sudo pip install cider') ctx.run('sudo pip install cider')