https://github.com/devjin0617/dev-setup
반복적인 개발 및 PC환경설정들을 기록합니다 (gist에 기록하다가 저장소로 옮겼습니다)
https://github.com/devjin0617/dev-setup
Last synced: about 1 month ago
JSON representation
반복적인 개발 및 PC환경설정들을 기록합니다 (gist에 기록하다가 저장소로 옮겼습니다)
- Host: GitHub
- URL: https://github.com/devjin0617/dev-setup
- Owner: devjin0617
- Created: 2019-11-05T15:35:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T15:03:24.000Z (over 6 years ago)
- Last Synced: 2025-01-08T11:21:27.131Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev-setup
반복적인 개발 및 PC환경설정들을 기록합니다 (gist에 기록하다가 저장소로 옮겼습니다)
# todo
- [ ] iterm2
- [ ] visual studio code
- [ ] IntelliJ
- [ ] Mac
- [ ] Windows
# code to vscode
`~/.zshrc` 에 아래 코드를 추가하면 `code` 로 Visual Studio Code를 실행할 수 있습니다.
```
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
```