Skip to content

Instantly share code, notes, and snippets.

View victor3r's full-sized avatar
🚀
Always Learning!

Victor Rabelo victor3r

🚀
Always Learning!
View GitHub Profile
{
"_type": "export",
"__export_format": 4,
"__export_date": "2020-10-14T02:22:05.341Z",
"__export_source": "insomnia.desktop.app:v2020.4.1",
"resources": [
{
"_id": "req_7391913e8e774e0988c42d14f4d5f0c2",
"parentId": "fld_8773b01a163048d4bf49f9f15bd145ce",
"modified": 1602641077334,
const { resolve } = require('path');
module.exports = {
env: {
browser: true,
es6: true,
jest: true,
},
globals: {
Atomics: 'readonly',
[alias]
ci = commit
co = checkout
cm = checkout master
cb = checkout -b
st = status -sb
sf = show --name-only
lg = log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30
incoming = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' ..@{u})
outgoing = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' @{u}..)
@victor3r
victor3r / History\-10c45d3f\entries.json
Last active January 17, 2023 22:19
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///home/victor/www/hive-web/e2e-test/cypress/support/index.js","entries":[{"id":"oxN4.js","timestamp":1660763423930},{"id":"eBXd.js","timestamp":1660825264291}]}
{
"_type": "export",
"__export_format": 4,
"__export_date": "2020-10-04T02:50:51.554Z",
"__export_source": "insomnia.desktop.app:v2020.4.1",
"resources": [
{
"_id": "req_b1321bf5c6494f17ac89a4d58b214dfa",
"parentId": "fld_eaa16bccabd24a83b59829d4923eeccf",
"modified": 1601777230917,
@victor3r
victor3r / startup.sh
Last active October 14, 2020 17:34
sudo apt-get update
echo 'installing curl'
sudo apt install curl -y
echo 'installing git'
sudo apt-get install git -y
echo "What name do you want to use in GIT user.name?"
read git_config_user_name