1월
2월
- LeetCode 풀기
/* | |
settings.json 파일에서 | |
다음과 같은 설정을 해줘야한다. | |
"[markdown]": { | |
"editor.quickSuggestions": true | |
} | |
ref : /Users/user/Library/ApplicationSupport/Code/User/settings.json | |
*/ | |
{ |
{ | |
"files.exclude": { | |
".deploy_git/*": true, | |
"db.json": true, | |
"public/*": true | |
}, | |
"[markdown]": { | |
"editor.quickSuggestions": true | |
}, | |
"window.zoomLevel": 1, |
// 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" |
## JPG | |
https://www.iloveimg.com/compress-image | |
## PNG | |
https://www.iloveimg.com/compress-image/compress-png | |
## URL | |
https://bitly.com/ | |
## JSON |
## 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 |