중고 신입이 개발해보기..

Mac를 사용시 설정 본문

잡담, Plan B /Skill

Mac를 사용시 설정

rootkaien 2025. 5. 16. 14:44

 

 

홈브루 설치 brew 

 

https://brew.sh/

 

Homebrew

The Missing Package Manager for macOS (or Linux).

brew.sh

 

설치 

 

$  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

 


 

iTerm2 설치 

 

https://iterm2.com/

 

iTerm2 - macOS Terminal Replacement

iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain

iterm2.com

 

요건 download해서 설치하면된다. 

 


 

git 설치 

 

brew를 설치햇기 때문에 

 

$ brew install git 

 


 

VS Code 설치 

 

에디터인데. 무료이다. 

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code redefines AI-powered coding with GitHub Copilot 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


도커 데스크톱 설치 

 

https://docs.docker.com/desktop/setup/install/mac-install/

 

Mac

Install Docker Desktop for Mac to get started. This guide covers system requirements, where to download, and instructions on how to install and update.

docs.docker.com

 

'잡담, Plan B > Skill' 카테고리의 다른 글

mac console에서 code가 실행이 안될때.  (0) 2025.02.18
mac port kill  (0) 2022.09.19
[git] 깃 사용팁..  (0) 2019.08.20
MAC을 사용하면서 팁..  (0) 2019.08.14
GPS Data  (0) 2019.07.16
Comments