diff --git a/.gitignore b/.gitignore index aaa211d2..b1f4a87c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,5 @@ dotfiles/config/vlc/ dotfiles/config/nemo/ /.mail-sync -dotfiles/wemo/cache \ No newline at end of file +dotfiles/wemo/cache +dotfiles/config/mopidy/spotify/ \ No newline at end of file diff --git a/dotfiles/cider/bootstrap.json b/dotfiles/cider/bootstrap.json index 33f27ab9..f1cc473f 100644 --- a/dotfiles/cider/bootstrap.json +++ b/dotfiles/cider/bootstrap.json @@ -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", diff --git a/dotfiles/config/mopidy/mopidy.conf b/dotfiles/config/mopidy/mopidy.conf new file mode 100644 index 00000000..2a2534d8 --- /dev/null +++ b/dotfiles/config/mopidy/mopidy.conf @@ -0,0 +1,5 @@ +[http] +hostname = 0.0.0.0 + +[mopify] +enabled = true \ No newline at end of file diff --git a/resources/requirements.txt b/resources/requirements.txt index 9165d33b..ce7ea51c 100644 --- a/resources/requirements.txt +++ b/resources/requirements.txt @@ -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 diff --git a/tasks/osx.py b/tasks/osx.py index 860b2ace..04c64587 100644 --- a/tasks/osx.py +++ b/tasks/osx.py @@ -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')