diff --git a/dotfiles/cider/bootstrap.json b/dotfiles/cider/bootstrap.json new file mode 100644 index 00000000..37f7b576 --- /dev/null +++ b/dotfiles/cider/bootstrap.json @@ -0,0 +1,134 @@ +{ + "casks": [ + "alfred", + "caffeine", + "firefox", + "flux", + "google-chrome", + "iterm2", + "java", + "karabiner", + "macpass", + "seil", + "slate", + "spotify", + "sublime-text", + "synergy", + "transmission", + "virtualbox", + "vlc", + "xquartz" + ], + "formulas": [ + "ack", + "ant", + "at-spi2-atk", + "at-spi2-core", + "atk", + "autoconf", + "automake", + "bash", + "binutils", + "brew-cask", + "cairo", + "cmake", + "coreutils", + "ctags", + "d-bus", + "daemonize", + "diffutils", + "ed", + "emacs", + "file-formula", + "findutils", + "fontconfig", + "fontforge", + "freetype", + "gawk", + "gdbm", + "gdk-pixbuf", + "gettext", + "gist", + "git", + "giter8", + "glib", + "glib-networking", + "gmp", + "gnome-icon-theme", + "gnu-indent", + "gnu-sed", + "gnu-tar", + "gnu-which", + "gnutls", + "go", + "gobject-introspection", + "grep", + "gsettings-desktop-schemas", + "gssdp", + "gtk+3", + "gupnp", + "gupnp-av", + "gupnp-tools", + "gzip", + "harfbuzz", + "heroku-toolbelt", + "htop-osx", + "hub", + "icu4c", + "intltool", + "jpeg", + "less", + "libevent", + "libffi", + "libidn", + "libpng", + "libsoup", + "libtasn1", + "libtiff", + "libtool", + "lzip", + "make", + "mercurial", + "netcat", + "nettle", + "ngrep", + "nmap", + "node", + "openssh", + "openssl", + "ossp-uuid", + "pandoc", + "pango", + "pcre", + "pixman", + "pkg-config", + "portmidi", + "pstree", + "pv", + "pypy", + "python", + "python3", + "readline", + "reattach-to-user-namespace", + "rsync", + "sbt", + "scala", + "sdl", + "sdl_image", + "sdl_mixer", + "sdl_ttf", + "sleuthkit", + "sqlite", + "subversion", + "tig", + "tmux", + "unzip", + "vim", + "watch", + "wdiff", + "webp", + "wget", + "xz", + "zsh" + ] +} diff --git a/resources/requirements.txt b/resources/requirements.txt index 68d5393b..104e9a4e 100644 --- a/resources/requirements.txt +++ b/resources/requirements.txt @@ -5,6 +5,7 @@ ddg ouimeaux simplejson invoke +cider lxml okcupyd vcrpy diff --git a/start.sh b/start.sh index 45b342c7..99e8f99d 100644 --- a/start.sh +++ b/start.sh @@ -38,8 +38,7 @@ function go() { while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null & git clone https://github.com/IvanMalison/dotfiles.git --recursive cd dotfiles - sudo pip install dotfiles - sudo pip install invoke + sudo pip install invoke dotfiles invoke setup } diff --git a/tasks/osx.py b/tasks/osx.py index 5e6f7fc5..0b35e849 100644 --- a/tasks/osx.py +++ b/tasks/osx.py @@ -55,6 +55,10 @@ def osx_config(ctx): os.path.join(util.RESOURCES_DIRECTORY, 'osx.sh') ), pty=True) +@ctask +def cider_install(ctx): + pass + @ctask def brew_cask(ctx):