Share
Sign In
💻

개발환경설정

Homebrew 설치가장 시급한거 부터 설치iterm2 설치하기개발 (코딩) 폰트 설치설치Git 으로 설치brew 를 이용하여 설치asdf 설치

Homebrew 설치

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

가장 시급한거 부터 설치

iterm2 설치하기

brew install --cask iterm2

개발 (코딩) 폰트 설치

개인적으로 가장 선호하는 코딩 폰트는 Meslo LG
Meslo LG : Apple의 Menlo Regular 를 커스터마이즈한 코딩 폰트
LG 는 Line Gap 이라는 독특한 컨셉을 의미함.

설치

Git 으로 설치

git clone git@github.com:ryanoasis/nerd-fonts.git --depth 1 cd nerd-fornts/patched-fonts/Meslo

brew 를 이용하여 설치

brew tap homebrew/cask-fonts brew cask install font-meslo-lg-nerd-font

asdf 설치

git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0
👍
Made with SlashPage