git config --global --edit
git config --global core.editor code
git config --global --edit
.gitconfig
[user]
email = gabrielteixeiramesquita@gmail.com
git config --global --edit
git config --global core.editor code
git config --global --edit
.gitconfig
[user]
email = gabrielteixeiramesquita@gmail.com
conky.config = { | |
update_interval = 1, | |
cpu_avg_samples = 2, | |
net_avg_samples = 2, | |
out_to_console = false, | |
override_utf8_locale = true, | |
double_buffer = true, | |
no_buffers = true, | |
text_buffer_size = 32768, |
var params = { | |
TableName: 'users_certificates' | |
}; | |
dynamodb.scan(params, onScan); | |
function onScan(err, data) { | |
if (err) { | |
console.error(err); | |
}else { |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
{"version":1,"resource":"file:///home/gabriel/buzu/apps/api-core/src/modules/organizations/domain/use-cases/find-driver-to-add/find-driver-to-add.use-case.ts","entries":[{"id":"on9r.ts","source":"searchReplace.source","timestamp":1673530266210},{"id":"oeVw.ts","source":"searchReplace.source","timestamp":1673531344791}]} |
{ | |
"above": "The {{field}} should be above {{argument.0}}.", | |
"accepted": "The {{field}} should have been accepted", | |
"after": "The {{field}} should be a date after {{argument.0}}", | |
"after_offset_of": "The {{field}} should be after {{argument.0}} {{argument.1}} from today’s date", | |
"alpha": "The {{field}} should contain letters only", | |
"alpha_numeric": "The {{field}} should contain letters and numbers only", | |
"array": "The {{field}} should be an ARRAY.", | |
"before": "The {{field}} should be a date before {{argument.0}}.", | |
"before_offset_of": "The {{field}} should be before {{argument.0}} {{argument.1}} from today’s date", |
#!/bin/sh | |
# Homebrew Script for OSX | |
# To execute: save and `chmod +x ./brew-install-script.sh` then `./brew-install-script.sh` | |
echo "Installing brew..." | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
echo "Installing brew cask..." | |
brew update |