Skip to content

Instantly share code, notes, and snippets.

View jsonkao's full-sized avatar
🌻

Jason Kao jsonkao

🌻
View GitHub Profile
<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fjeffmerkley%2Fposts%2F10158100783421546&show_text=true&width=500" width="500" height="543" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FSenatorShaheen%2Fposts%2F4381113361921101&show_text=true&width=500" width="500" height="543" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
@jsonkao
jsonkao / Monokai.json
Created April 23, 2021 15:02
Profile colors for iTerm
{
"Use Non-ASCII Font" : false,
"Tags" : [
],
"Ansi 12 Color" : {
"Green Component" : 0.39599207043647766,
"Blue Component" : 0.99877572059631348,
"Red Component" : 0.61468899250030518
},
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+z",
"command": "undo",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "cmd+z",
"command": "-undo",
@jsonkao
jsonkao / .zshrc
Created June 18, 2020 14:52
.zshrc
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export PATH="$PATH:$HOME/Library/Python/3.7/bin"
# Path to your oh-my-zsh installation.
export ZSH="/Users/jasonkao/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
@jsonkao
jsonkao / .eslintrc
Last active May 30, 2020 20:44
An opinionated ESLint configuration.
{
"extends": "airbnb",
"rules": {
"import/no-named-as-default": 0,
"import/no-named-as-default-member": 0,
// allow files to have extension ".js"
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
// allow ommitted parentheses in single-argument arrow functions