# 개발환경설정

# Homebrew 설치

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

# 가장 시급한거 부터 설치

## iterm2 설치하기

```javascript
brew install --cask iterm2
```

# 개발 (코딩) 폰트 설치

- 개인적으로 가장 선호하는 코딩 폰트는 **Meslo** **LG**

    - Meslo LG : Apple의 Menlo Regular 를 커스터마이즈한 코딩 폰트

        - LG 는 Line Gap 이라는 독특한 컨셉을 의미함.

# 설치

## Git 으로 설치

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

## brew 를 이용하여 설치

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

# asdf 설치

```javascript
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0
```

For the site tree, see the [root Markdown](https://slashpage.com/jyha81-nqox6.md).
