forked from colonelpanic/dotfiles
Mopidy and mopidy plugins, brew taps in cider.
This commit is contained in:
parent
8d46d32497
commit
1462de58ec
3
.gitignore
vendored
3
.gitignore
vendored
@ -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/
|
@ -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",
|
||||||
|
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
|
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
|
|
||||||
|
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user