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": [
"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",

View File

@ -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() {