Commit e5c710d8b42bccad2b3b0469d067fe8a74a7ca4f
Exists in
master
and in
2 other branches
Merge branch '01-zshrc.sh'
Showing 1 changed file Side-by-side Diff
templates/zshrc.sh
| ... | ... | @@ -12,6 +12,19 @@ export ARCHFLAGS="-arch x86_64" |
| 12 | 12 | export PATH=$HOME/bin:/usr/local/bin:$PATH |
| 13 | 13 | # export MANPATH="/usr/local/man:$MANPATH" |
| 14 | 14 | |
| 15 | +# if [ "1" == "2" ]; then | |
| 16 | +# #sudo apt-get -yq python-setuptools | |
| 17 | +# | |
| 18 | +# #sudo easy_install pip | |
| 19 | +# #sudo pip install virtualenvwrapper | |
| 20 | +# | |
| 21 | +# mkvirtualenv cb-meteor | |
| 22 | +# pip install nodeenv | |
| 23 | +# nodeenv -p | |
| 24 | +# | |
| 25 | +# # curl https://install.meteor.com/ | sh | |
| 26 | +# fi | |
| 27 | + | |
| 15 | 28 | plugins=( |
| 16 | 29 | # meteor |
| 17 | 30 | # node npm |