Created
March 12, 2018 19:29
-
-
Save fabian71/a396b11e99798a04d1f0cb12bbef957c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Minha configurações: | |
| global packages: | |
| @ionic/cli-utils : 1.0.0 | |
| Cordova CLI : 6.5.0 | |
| Ionic CLI : 3.0.0 | |
| local packages: | |
| @ionic/app-scripts : 1.3.7 | |
| Cordova Platforms : android 6.1.2 browser 4.1.0 ios 4.1.1 | |
| Ionic Framework : ionic-angular 3.2.0 | |
| System: | |
| Node : v8.9.4 | |
| OS : OS X El Capitan | |
| Xcode : Xcode 8.2.1 Build version 8C1002 | |
| ios-deploy : 1.9.2 | |
| ios-sim : 5.0.8 | |
| $ npm -v | |
| 5.6.0 | |
| $ java -version | |
| java version "1.8.0_161" | |
| Java(TM) SE Runtime Environment (build 1.8.0_161-b12) | |
| Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode) | |
| .bash_profile | |
| function vhomestead(){ | |
| (cd /Users/fabiano/.composer/vendor/laravel/homestead && vagrant $*); | |
| } | |
| #mysql patch | |
| export MYSQL_PATH=/usr/local/mysql | |
| # maisn path | |
| export PATH=$MYSQL_PATH/bin:$MYSQL_PATH/support-files:$PATH | |
| export PATH=$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$JAVA_HOME/bin:$PATH | |
| export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home | |
| ANDROID_HOME=$HOME/Library/Android/sdk | |
| export CLICOLOR=1 | |
| export LSCOLORS=ExFxBxDxCxegedabagacad | |
| alias ls='ls -GFh' | |
| export PATH=$PATH:/Users/fabiano/.composer/vendor/bin | |
| # Setting PATH for Python 3.6 | |
| # The original version is saved in .bash_profile.pysave | |
| PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}" | |
| export PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment