From d8034066cf3a50fe467013d00895964c2672876c Mon Sep 17 00:00:00 2001 From: JohnE Date: Sun, 7 Sep 2014 13:48:07 -0400 Subject: [PATCH] added support for brew binaries --- .bash_dev | 4 ++ .bash_history | 132 +++++++++++++++++++++++++------------------------- .bash_mac | 2 + .bash_profile | 8 ++- 4 files changed, 78 insertions(+), 68 deletions(-) create mode 100755 .bash_dev diff --git a/.bash_dev b/.bash_dev new file mode 100755 index 0000000..2df13a0 --- /dev/null +++ b/.bash_dev @@ -0,0 +1,4 @@ +# pip should only run if there is a virtualenv currently activated +export PIP_REQUIRE_VIRTUALENV=true +# cache pip-installed packages to avoid re-downloading +export PIP_DOWNLOAD_CACHE=$HOME/.pip/cache \ No newline at end of file diff --git a/.bash_history b/.bash_history index 9e19c27..40cbe87 100755 --- a/.bash_history +++ b/.bash_history @@ -1,69 +1,3 @@ -rm monocle.git -git s -git ba -git r -git pull origin android -git l -git sd -git s -git ba -git ch android -q -pwd -cd .. -ll -rm -rf monocle_bak/ -mv monocle monocle_bak -git clone /Users/j3g/dev/monocle/monocle.git -ll -mv monocle.git monocle -ll -cd monocle -git ba -git s -git ch android -git l -ll -cd .. -ll -rm -rf monocle -git clone /Users/j3g/dev/monocle/monocle.git -ll -mv monocle.git/ monocle -ll -cd monocle -l -ll -cd clients/android/ -ll -cd 3rdPartyLibs/ -ll -cd OrmliteAndroidSqlcipher/ -ll -ll -cd libary/ -ll -la -la -git add -f .classpath .project -git s -pwd -cd /Users/j3g/dev/monocle/ -ll -cd source/monocle -ll -git s -pwd -pwd -git s -pwd -git s -git add . -git s -git cam 'WIP timestamp' -git buc monocle.git --all -git ba -cp monocle.git /Volumes/J3G_STUFF/ ll rm monocle.git git l @@ -498,3 +432,69 @@ mkdir gui ls cd gui ll +which python +python --version +which python +python --version +la +ls .cups +ls .cups/ +git init +git s +git add .bash_* +git s +git add androidenv.sh +git add .gitconfig +git add .gitignore_global +git s +git add .hgignore_global +git s +git ra malloc git@git.malloc.io:j3g/osxenv.git +git r +git b +git s +git cam 'init import' +git b +git push -u malloc master +git s +echo $jdkhome +git s +su overlord +cd +ll +la +cat .bash_aliases +cat .bash_mac +alias +which java +java --version +la +vi .bash_mac +ll +su overlord +exit +which python +python --version +which pip +exit +ll +cd dev/undertowswirl/ +ll +cd source/uts/gui/ +l +ll +pip +easy_install pip +pwd +cd ../../.. +ll +alias +ll +virtualenv pvirtenv +ll +pip list +virtualenv +ll +ll pvirtenv/ +ll +ll pvirtenv/bin/ diff --git a/.bash_mac b/.bash_mac index 87604be..0a7c816 100755 --- a/.bash_mac +++ b/.bash_mac @@ -8,6 +8,8 @@ alias cddev='cd /Volumes/MAVERICKS/Users/j3g/dev' alias subl='/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl' alias subl3='/Applications/Sublime\ Text\ 3.app/Contents/SharedSupport/bin/subl' +#export JDKHOME='/Applications/android-dev/jdk1.7.0_17/Contents/Home' + # java (easy to remember for commandline) #alias java='/Applications/android-dev/jre1.7.0_45/Contents/Home/bin/java' diff --git a/.bash_profile b/.bash_profile index 66bc614..595b6a2 100755 --- a/.bash_profile +++ b/.bash_profile @@ -1,8 +1,14 @@ +#set architecture flags +export ARCHFLAGS="-arch x86_64" +# user-installed binaries exec (homebrew binaries) +export PATH=/usr/local/bin:$PATH + # aliases source ~/.bash_aliases source ~/.bash_mac source ~/.bash_crypto source ~/.bash_servers +source ~/.bash_dev # prompt PS1="[\u@\h:\W] " @@ -10,5 +16,3 @@ PS1="[\u@\h:\W] " # terminal colors export CLICOLOR=1 # export LSCOLORS=Bxfxcxdxbxegedabagacad - -export jdkhome='/Applications/android-dev/jdk1.7.0_17/Contents/Home' \ No newline at end of file