Skip to content

Instantly share code, notes, and snippets.

View douglasdeoliveira's full-sized avatar

Douglas de Oliveira douglasdeoliveira

View GitHub Profile
sudo apt-get update
sudo apt-get upgrade
echo '# installing [CURL]'
sudo apt install curl -y
echo '# installing [GIT]'
sudo apt install git -y
echo "What name do you want to use in GIT user.name?"
export ANDROID_HOME=~/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
[alias]
ci = commit
co = checkout
cm = checkout master
cb = checkout -b
st = status -sb
sf = show --name-only
lg = log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30
incoming = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' ..@{u})
outgoing = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' @{u}..)
@douglasdeoliveira
douglasdeoliveira / cloudSettings
Last active October 2, 2020 13:25
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-10-02T13:25:28.991Z","extensionVersion":"v3.4.3"}