Skip to content

Instantly share code, notes, and snippets.

View durvs's full-sized avatar
💭

Durval Moreira durvs

💭
  • Act Digital
  • São Paulo, SP
View GitHub Profile
@durvs
durvs / profile.json
Created July 18, 2019 15:35 — forked from fcharlie/profile.json
My Windows Terminal profile.json
{
"globals" :
{
"alwaysShowTabs" : true,
"defaultProfile" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"initialCols" : 120,
"initialRows" : 30,
"keybindings" :
[
{
@durvs
durvs / .bashrc
Created May 25, 2019 15:59
Git Yolo
git config --global alias.yolo \!"git add -A && git commit -am \"\`curl -s http://whatthecommit.com/index.txt \`\" && git push -f origin master"