added support for brew binaries
This commit is contained in:
parent
56c3080d8c
commit
d8034066cf
|
@ -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
|
132
.bash_history
132
.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/
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
Loading…
Reference in New Issue