I hereby claim:
- I am adrianoresende on github.
- I am bino (https://keybase.io/bino) on keybase.
- I have a public key ASAcTdckwVxy61zUB-DQmM1dAkPNH3m4THpAcnBoYrcOwQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Path to your oh-my-zsh installation. | |
export ZSH=/Users/adriano/.oh-my-zsh | |
ZSH_THEME="agnoster" | |
DEFAULT_USER="adriano" | |
HIST_STAMPS="dd/mm/yyyy" | |
RPROMPT="%@ - %D{%d/%m/%y}" | |
plugins=( | |
git |
{ | |
"Horizontal Spacing" : 1, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { | |
"Red Component" : 0.00053359760204330087, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 1, | |
"Alpha Component" : 1, |
[core] | |
pager = diff-so-fancy | less --tabs=4 -RFX | |
excludesfile = ~/.gitignore_global | |
[user] | |
name = Adriano Resende | |
email = [email protected] | |
[alias] | |
log = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
[format] | |
pretty=format:%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset |