Skip to content

Instantly share code, notes, and snippets.

View migsan's full-sized avatar

Miguel Angel Santamaría migsan

  • Medellín, Colombia
View GitHub Profile
@migsan
migsan / typescriptreact.json
Created March 12, 2020 20:46
VSCode custom snippet for a memo component
{
"Functional Memo Component": {
"prefix": "tsxmemo",
"body": [
"import React from 'react'",
"import { styled } from '~/styles'",
"",
"// Types ----------",
"",
"interface ComponentProps {}",
@migsan
migsan / propTypes
Created March 12, 2019 05:00
propTypes
Prop types are great to ensure the right data is being sent from parent to child component via Props.
This is all :D
@migsan
migsan / hello
Created March 11, 2019 23:02
hello
hello there nigga
@migsan
migsan / sdfasdf
Created March 11, 2019 22:49
sdfasdf
sdfsdfsdfsdfsdfsdfb df
dfjlhdsgfp
ads fsdifhosidfhjosdifh o oijhijoijo i
@migsan
migsan / markdown_test.md
Last active March 11, 2019 06:14
MD Test blogmsco.

An h1 header

Paragraphs are separated by a blank line.

2nd paragraph. Italic, bold, and monospace. Itemized lists look like:

  • this one
  • that one
@migsan
migsan / Hello world
Last active March 11, 2019 05:53
OMG IZ dis a title?
BLA BLA BLA BLA
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Labore alias a atque inventore nobis nostrum culpa quod, explicabo necessitatibus at temporibus voluptatibus tenetur pariatur corporis ex magnam harum. Vel, quia!
Hello this is a nice test.
And here the test continues as well, how does it look?

HELLO

// this is code

const a = 1;

let b = a * 2;

console.log(b);
@migsan
migsan / userconfig.vscode
Created May 4, 2018 01:57
My VSCode user config
{
"atomKeymap.promptV3Features": true,
"editor.cursorBlinking": "blink",
"editor.cursorStyle": "block",
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"editor.wordWrap": "on",
"editor.formatOnPaste": false,
@migsan
migsan / mytheme.itermcolors
Created May 4, 2018 01:56
iTerm color config
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.0</real>