Skip to content

Instantly share code, notes, and snippets.

View dam450's full-sized avatar
🎯
Focusing

Evandro Damaso dam450

🎯
Focusing
View GitHub Profile
@dam450
dam450 / settings.json
Created May 26, 2022 23:45
Windows Terminal Config
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
@dam450
dam450 / settings.json
Last active July 1, 2022 22:24
VSCode Config Backup
{
"workbench.colorTheme": "Omni",
"workbench.iconTheme": "material-icon-theme",
"workbench.productIconTheme": "material-product-icons",
"workbench.startupEditor": "none",
"workbench.colorCustomizations": {
"statusBar.noFolderBackground": "#0d1b5c",
"statusBar.noFolderForeground": "#7891ff",
"statusBar.background": "#360161",
"statusBar.foreground": "#ac63f1",
@dam450
dam450 / gamelist.json
Last active November 17, 2022 19:09
jogos da copa 2022
{
"match-days": [
{
"date": "20/11/2022",
"matches": [
{
"player1": "CAT",
"player2": "EQU",
"time": "13:00"
}
@dam450
dam450 / shield-test.json
Last active November 18, 2022 19:32
shield.io test
{
"schemaVersion":1,
"label":"",
"labelColor": "8257e6",
"message":"Rocketseat",
"color":"orange",
"logoSvg":"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"23.04\" height=\"23.04\" viewBox=\"0 0 17.28 17.28\"><path fill=\"none\" d=\"M0 0h256v256H0z\"/><path fill=\"#000000\" d=\"M14.948 1.032L12.857.727a.181.181 0 00-.149.037l-.89 1.146a.276.276 0 00-.05.256c.025.085-.05.158-.136.146l-.73-.158a.306.306 0 00-.31.11L7.699 5.92c-.05.073-.149.098-.235.061L6.36 5.494a.289.289 0 00-.297.025l-.556.378a.311.311 0 01-.31.024l-.272-.134a.31.31 0 00-.433.195l-.198.866a.473.473 0 00.223.524l.42.256 1.35.817.655.402a.51.51 0 00.581-.048l1.102-.951c.086-.074.222-.098.321-.037l.334.17a.284.284 0 00.334-.048l.557-.512a.287.287 0 01.322-.049l.829.378a.292.292 0 00.359-.085l.383-.488 2.908-3.67a.296.296 0 00-.174-.476l-.643-.146c-.136-.024-.198-.195-.099-.293l1.002-1.231c.1-.146.037-.305-.111-.33zM5.359 8.42c-.062-.036-.124.025-.099.086l.31.805a.31.31 0 01.012.183l-.272 1.048c-.013.073.012.147.061.183l.78.
@dam450
dam450 / rocketnotes.json
Created March 9, 2023 22:42
rocketnotes insomnia config
{"_type":"export","__export_format":4,"__export_date":"2023-03-09T22:18:24.393Z","__export_source":"insomnia.desktop.app:v2023.1.0","resources":[{"_id":"req_ea03a76c6e344882a05552be56ebc794","parentId":"fld_bf2d1d728ed64df49a9bbb45eee61bef","modified":1678400193058,"created":1678400005535,"url":"{{ _.BASE_URL }}/{{ _.RESORCE }}/a5772ecbf3fcfd4f2fb8-fundo2.png","name":"Avatar","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{"type":"bearer","token":"{{ _.USER_TOKEN }}"},"metaSortKey":-1677094385855,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_bf2d1d728ed64df49a9bbb45eee61bef","parentId":"wrk_2b3fffd5623c4709a560e1f0a65ada04","modified":1678400005533,"created":1678400005533,"name":"Files","description":"","environment":{"RESORCE":"files"},"environmentPropertyOrder":{"&":["RESORCE"]},"metaSortKe
@dam450
dam450 / theme.omp.json
Last active November 5, 2023 00:15
Tema customizado para OhMyPosh!
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title_template": "{{.Folder}}{{if .Root}} :: 😈 Root {{else}} :: 🚀{{end}} :: {{.Shell}}",
"palette": {
"red": "#FF0000",
"green": "#00FF00",
"blue": "#0000FF",
"white": "#FFFFFF",
"black": "#111111",
"success": "p:green",