Homebrew

    [Mac] asdf 설치 (Homebrew)

    1. 설치 $ brew install asdf # ~/.zshrc 추가 (앞에 dot(.) 빼먹지 말아야함) $ . /opt/homebrew/opt/asdf/libexec/asdf.sh 2. 삭제시 # ~/.bash_profile에서 asdf 관련 내용을 삭제한다. $ . $(brew --prefix asdf)/libexec/asdf.sh $ . $(brew --prefix asdf)/etc/bash_completion.d/asdf.bash # 패키지 관리자로 제거한다. $ brew uninstall asdf --force # asdf 구성 파일들을 삭제한다. $ rm -rf $HOME/.tool-versions $HOME/.asdfrc 2022.04.06 - [Dev/Basic] - Mac ASDF -..

    [Mac] Iterm2 + HomeBrew 설치

    22.04.06 기준으로 작성 되었습니다 Intel & M1 Mac에서 동일하게 작동합니다 Mac 개발 환경의 초기 세팅을 위해 Iterm2와 HomeBrew를 설치해봅니다 1. 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 위 사이트에 접속해서 iTerm2를 다운로드하고 설치합니다 설치가 완료되었으면 다음 설정을 진행합니다 (굳이 안하셔도 됩니다) 1) Title bar style ..