Dev
Mac set for my development.
Eddie Jin
2023. 1. 2. 14:36
xcode, Android Studio, VSCode 각각 설치
1. Homebrew
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