일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Postman
- thymeleaf
- golang
- 객사오
- springboot
- Vue.js
- 클린 코드
- Spring
- 파이썬
- 티스토리챌린지
- 클린코드
- 기초100제
- Spring Boot
- Python
- Git
- MySQL
- go
- mariadb
- JPA
- 스프링
- 오블완
- Gradle
- Codeup
- GitHub
- 코드업
- H2 설치
- java
- 알고리즘
- spring security
- 롬복
- Today
- Total
nyximos.log
Mac OS 세팅 본문
맥북을 사용하게 되었으니 세팅을 해보겠습니다.
1. Homebrew를 설치
npm 같은 패키지 매니저입니다.
사이트에 들어가서 복사 후 터미널 실행
⌘(cmd) + space 누르고 terminal.app
Homebrew
The Missing Package Manager for macOS (or Linux).
brew.sh
비밀번호 입력
enter
그리고 중요한거
엔터 치면 ==> Next step: 이러고 명령어 나오는데 한줄씩 복사해서 붙여넣어줘야 한다.
나는 이미 해버렸으므로 패 쓰 ..
$ brew -v 쳐서 제대로 설치되었는지 확인해보자
2. git 설치
$ brew install git
Git - Downloading Package
Download for macOS There are several options for installing Git on macOS. Note that any non-source distributions are provided by third parties, and may not be up to date with the latest source release. Homebrew Install homebrew if you don't already have it
git-scm.com
git -v 쳐서 버전을 확인해보자
이제 회사 다닐거니까 git 명령어를 더 공부해보자
매번 깃허브 사용할 수 는 없으니까 익숙해져야한다 @@!
3. JDK 11 설치
중간에 macOS DMG Installer 다운로드 해서 설치하면 된다
https://www.oracle.com/kr/java/technologies/javase/jdk11-archive-downloads.html
Java Archive Downloads - Java SE 11 | Oracle 대한민국
WARNING: These older versions of the JRE and JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production. For production use Oracle recommends downlo
www.oracle.com
4. IntelliJ IDEA 설치
m1 이라면 .dmg(Apple Silicon) 설치해야한다.
모르고 intel 설치했었는데 엄청 느렸다.
내가 사용하는 플러그인
IntelliJ IDEA - Preference - Plugins
5. Visual Studio Code
https://code.visualstudio.com/#alt-downloads
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
Appli silicon 클릭 ..!
내가 사용하는 플러그인
6. Node 설치
$ brew install node
설치가 완료되었는지 확인해보자
$ node -v
$ npm -v
별거 없네요 ..
빨리 맥북도 회사도 적응하고 싶어요🙃