Skip to content

Instantly share code, notes, and snippets.

View adrianoresende's full-sized avatar
🎯
Focusing

Adriano Resende adrianoresende

🎯
Focusing
View GitHub Profile
@adrianoresende
adrianoresende / keybase.md
Created August 16, 2019 18:30
keybase.md

Keybase proof

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:

@adrianoresende
adrianoresende / iTerm Profile
Last active January 22, 2019 01:59
My iTerm Profile
{
"Horizontal Spacing" : 1,
"Tags" : [
],
"Ansi 12 Color" : {
"Red Component" : 0.00053359760204330087,
"Color Space" : "Calibrated",
"Blue Component" : 1,
"Alpha Component" : 1,
@adrianoresende
adrianoresende / .gitconfig
Last active August 3, 2018 03:01
My Git Configuration
[core]
pager = diff-so-fancy | less --tabs=4 -RFX
excludesfile = ~/.gitignore_global
[user]
name = Adriano Resende
email = zullcore@gmail.com
[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
# 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