Skip to content

Instantly share code, notes, and snippets.

View MincheolCha's full-sized avatar

Charles MincheolCha

View GitHub Profile
@MincheolCha
MincheolCha / kr.json
Created August 23, 2018 12:57
Holidays-KR
{
"2018": [{
"date": "2018-01-01 00:00:00",
"name": "신정",
"type": "public"
}, {
"date": "2018-02-16 00:00:00",
"name": "설날",
"type": "public"
}, {
@MincheolCha
MincheolCha / ssh_connection_github.md
Last active July 28, 2018 03:05
Connecting to Github with SSH

Connecting to Github with SSH

Github SSH

Generate SSH

$ cd ~/.ssh

Use your github email

$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
@MincheolCha
MincheolCha / git_mac_installation.md
Last active July 20, 2018 12:44
Git Mac Installation

Git MAC Installation

Git Home

Git Installation

1. Download

Donwload git-xxxx-xxx.dmg

2. Install

Install git-xxxx-xxx.pkg

NOTE If you can't install pkg, allow mac to open unidentified developer application.

3. Check Installation

@MincheolCha
MincheolCha / nvm_mac_installation.md
Last active June 23, 2023 17:55
NVM Mac OS Install

NVM (Node Version Manager)Mac OS Installation

NVM home

NVM Installation

Install

$ sudo curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

Set up path

Input below script into .bash_profile NOTE If you installed zshell, you should input below script into .zshrc