cider tweaks.

This commit is contained in:
Ivan Malison 2014-11-10 00:05:11 -08:00
parent 927ca5aaa6
commit c80e20e667
2 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,12 @@
{ {
"after-scripts": ["brew linkapps"],
"casks": [ "casks": [
"atom", "atom",
"alfred", "alfred",
"caffeine", "caffeine",
"dropbox",
"firefox", "firefox",
"flash",
"flux", "flux",
"google-chrome", "google-chrome",
"iterm2", "iterm2",
@ -24,9 +27,6 @@
"ack", "ack",
"ag", "ag",
"ant", "ant",
"at-spi2-atk",
"at-spi2-core",
"atk",
"autoconf", "autoconf",
"automake", "automake",
"bash", "bash",
@ -113,6 +113,7 @@
"pypy", "pypy",
"python", "python",
"python3", "python3",
"rbenv",
"readline", "readline",
"reattach-to-user-namespace", "reattach-to-user-namespace",
"rsync", "rsync",

View File

@ -23,10 +23,11 @@ function osx() {
xcode-select --install xcode-select --install
hash brew &>/dev/null && echo "brew found" || ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/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_for_multiple_users
brew doctor
brew update brew update
brew install git brew install git
brew install python brew install python
easy_install pip sudo easy_install pip
} }
function go() { function go() {