Skip to content

Instantly share code, notes, and snippets.

@aprock
Created March 10, 2014 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aprock/9459382 to your computer and use it in GitHub Desktop.
Save aprock/9459382 to your computer and use it in GitHub Desktop.
# launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
# defaults write com.apple.dashboard mcx-disabled -boolean true
export GRADLE_OPTS="-Xms1024m -Xmx2048m"
export JAVA_OPTS="-Xms1024m -Xmx2048m"
export ANDROID_HOME=/usr/local/opt/android-sdk
export BUILD_MAC_SDK_EXPERIMENTAL=1
export USE_CCACHE=1
export PATH=/usr/local/opt/ccache/libexec:$PATH
xclean() { find -E . -regex '(.*/bin|.*/obj|.*/gen|.*/build)' | xargs rm -rf; }
alias elog='adb logcat -v threadtime *:E'
# homebrew
alias brumak='brew update;brew upgrade'
alias cp="rsync -av --progress $@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment