Skip to content

Instantly share code, notes, and snippets.

View khacluan's full-sized avatar
🤠
Working from home

Luan Dang (Autobot) khacluan

🤠
Working from home
View GitHub Profile
@khacluan
khacluan / multiple_ssh_setting.md
Created August 22, 2017 06:28 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"
@0x6a68
0x6a68 / .projections.json
Created November 26, 2020 09:02
vim-projectionist: typescript + react
{
"*.tsx": {
"alternate": "{dirname}/__tests__/{basename}.test.tsx",
"type": "source",
"template": [
"import type {open} FC {close} from 'react';",
"",
"type {basename|camelcase|capitalize}Props = {open}",
" property?: unknown;",
"{close};",