I hereby claim:
- I am dotenorio on github.
- I am dotenorio (https://keybase.io/dotenorio) on keybase.
- I have a public key ASBBSa7britvejklU5Cnm_l4gnhODVKUYED71vV6W5mE-Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| NVM_NODEJS_ORG_MIRROR=https://unofficial-builds.nodejs.org/download/release nvm install |
| parse_git_branch() { | |
| git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' | |
| } | |
| export PS1="\[\033[01;32m\]\u \[\e[32m\]\w \[\e[91m\]\$(parse_git_branch)\[\e[00m\]$ " |
| function abrirPessoas () { | |
| elemento = document.querySelector('.gV3Svc') | |
| elemento.click() | |
| } | |
| function abrirChat () { | |
| elemento = document.querySelector('.HKarue') | |
| elemento.click() | |
| } |
| [user] | |
| name = Fernando Migliorini Tenório | |
| email = dotenorio@gmail.com.br | |
| [alias] | |
| co = checkout | |
| cb = checkout -b | |
| ca = checkout -a | |
| br = branch | |
| ci = commit | |
| st = status |
| { | |
| "enable_tab_scrolling": true, | |
| "font_size": 11, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "rulers": | |
| [ |
| <snippet> | |
| <content><![CDATA[ | |
| console.log(${1}) | |
| ]]></content> | |
| <tabTrigger>cl</tabTrigger> | |
| <scope>source.js</scope> | |
| <description>console.log(..)</description> | |
| </snippet> |
| <snippet> | |
| <content><![CDATA[ | |
| console.log(JSON.stringify(${1}, null, 2)) | |
| ]]></content> | |
| <tabTrigger>clj</tabTrigger> | |
| <scope>source.js</scope> | |
| <description>console.log(JSON.stringify(..))</description> | |
| </snippet> |