Skip to content

Instantly share code, notes, and snippets.

View goodGid's full-sized avatar
😎

Kiyong Shin goodGid

😎
View GitHub Profile
@goodGid
goodGid / 2024 Plan Note.md
Last active April 7, 2024 03:39
2024 Plan Note
@goodGid
goodGid / usage.md
Last active October 29, 2023 05:48
n개 이상 Git계정 사용
  • ~/.ssh/config
# goodgid
Host github.com
 HostName github.com
 User git
 AddKeysToAgent yes
 IgnoreUnknown UseKeychain
 # UseKeychain yes
@goodGid
goodGid / 2023 Plan Note.md
Last active December 31, 2023 10:22
2023 Plan Note

Java Framework

  • Spring Boot 2.x.x

Cache

  • Redis

MQ

  • Kafka
@goodGid
goodGid / markdown.json
Last active July 14, 2021 11:49
markdown.json
/*
settings.json 파일에서
다음과 같은 설정을 해줘야한다.
"[markdown]": {
"editor.quickSuggestions": true
}
ref : /Users/user/Library/ApplicationSupport/Code/User/settings.json
*/
{
@goodGid
goodGid / settings.json
Last active June 15, 2021 07:52
settings.json
{
"files.exclude": {
".deploy_git/*": true,
"db.json": true,
"public/*": true
},
"[markdown]": {
"editor.quickSuggestions": true
},
"window.zoomLevel": 1,
@goodGid
goodGid / keybindings.json
Created May 23, 2021 03:08
keybindings.json
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+cmd+k",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "cmd+1",
"command": "workbench.action.openEditorAtIndex1"
@goodGid
goodGid / Alfred
Last active March 4, 2023 16:30
for Alfred
## JPG
https://www.iloveimg.com/compress-image
## PNG
https://www.iloveimg.com/compress-image/compress-png
## URL
https://bitly.com/
## JSON
@goodGid
goodGid / .zshrc
Last active July 12, 2023 22:20
for .zshrc
## Default Value
export ZSH="/Users/goodgid/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git)
source $ZSH/oh-my-zsh.sh
## Jekyll for Mac M1
## ssh ubuntu@ec2-3-34-238-100.ap-northeast-2.compute.amazonaws.comexport PATH=$Home/.rbenv/bin:$PATH
## Folder