cider tweaks.
This commit is contained in:
parent
927ca5aaa6
commit
c80e20e667
@ -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",
|
||||
|
3
start.sh
3
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user