[go: up one dir, main page]

Skip to content

Instantly share code, notes, and snippets.

View Evoney's full-sized avatar
🏠
Working from home

Evoney Tavares Evoney

🏠
Working from home
  • Instituto de Pesquisas Eldorado
  • Manaus, Brazil
  • 09:23 (UTC -04:00)
View GitHub Profile
@Evoney
Evoney / index.ts
Last active December 9, 2023 08:30
Utility Types (Typescript)
type User = {
name: string
age: number
}
type Employee = {
name: string
age: number
job: string
registration: string
@Evoney
Evoney / learning.md
Created April 14, 2023 07:41
basic of markdown language
code block without language 

bold int count = 0 // inline code

ordered lists

  1. first
  • code
  • blocks
  1. second
[user]
name = Evoney Tavares
email = evoney.tavares@gmail.com
useConfigOnly = true
[github]
user = Evoney
[color "status"]
added = green
@Evoney
Evoney / settings.json
Last active April 7, 2023 22:18
My Windows Terminal Settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false