MOD: added mac screen rotate fix, also git cot

This commit is contained in:
JohnE 2019-04-25 22:31:42 -07:00
parent 91d2ba3501
commit bdf260aa92
3 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,10 @@
#
# 2) create links to JDK (Android Studio includes a Java 8 SDK, so use that)
# ln -s "/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home" /usr/local/opt/java-home
#
# *) make Android Studion Java the default Java
# rm /System/Library/Frameworks/JavaVM.framework/Versions/Current
# ln -s "/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home" /System/Library/Frameworks/JavaVM.framework/Versions/Current
#
#
# [ MISC ]

View File

@ -48,6 +48,7 @@
co = checkout
chb = checkout -b
cob = checkout -b
cot = checkout -t
#############
d = diff
dc = diff --cached

4
scripts/fix_rotate.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
fb-rotate -d 0x1a003e82 -r 0
fb-rotate -d 0x1a003e82 -r 90