티스토리 뷰

Dev

Mac set for my development.

Eddie Jin 2023. 1. 2. 14:36

xcode, Android Studio, VSCode 각각 설치 

 

1. Homebrew

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)"

설치 후 완료 화면에 보이는 "Next steps:" 아래 부분을 copy 후 command에서 실행....

echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/(userID)/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/(userID)/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

 

 

2. cocoapods

sudo gem install cocoapods

 

 

3. Git

https://git-scm.com/download/mac

 

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

brew install git

 

'Dev' 카테고리의 다른 글

M1에서 오래 된 소스 Macos 어플 빌드 안될 때  (0) 2024.02.05
Flutter error  (0) 2023.01.09
Flutter GridView  (0) 2022.03.11
Flutter Android Studio에서 시작.  (0) 2022.02.22
Flutter iOS, Android 설정 for Mac  (0) 2022.02.21
댓글