diff --git a/dotfiles/cider/bootstrap.json b/dotfiles/cider/bootstrap.json index 0bcc5602..7ed747f2 100644 --- a/dotfiles/cider/bootstrap.json +++ b/dotfiles/cider/bootstrap.json @@ -1,9 +1,12 @@ { + "after-scripts": ["brew linkapps"], "casks": [ "atom", "alfred", "caffeine", + "dropbox", "firefox", + "flash", "flux", "google-chrome", "iterm2", @@ -24,9 +27,6 @@ "ack", "ag", "ant", - "at-spi2-atk", - "at-spi2-core", - "atk", "autoconf", "automake", "bash", @@ -113,6 +113,7 @@ "pypy", "python", "python3", + "rbenv", "readline", "reattach-to-user-namespace", "rsync", diff --git a/start.sh b/start.sh index c2bbfafb..ade855df 100644 --- a/start.sh +++ b/start.sh @@ -23,10 +23,11 @@ function osx() { xcode-select --install hash brew &>/dev/null && echo "brew found" || ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew_for_multiple_users + brew doctor brew update brew install git brew install python - easy_install pip + sudo easy_install pip } function go() {