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