2023년 2월 7일 화요일

iTerm2 설치 및 기본 Tool 설치

iTerm2 설치 및 한글 깨짐 해결

    • https://iterm2.com/ 다운받아서 압축 해제 후 Iterm2를 Finder 응용프로그램에 복사 및 실행
    • 이후 대부분 작업은 iTerm에서 터미널로 작업 진행
    • 한글 깨짐 해결 : 애플의 문자셋<NFC>과 MS<NFD>의 문자셋이 다름
      • Menu > Preference > Profiles > Text 의 하단에 Unicode normalization from : [NFC]로 변경


brew 설치

https://brew.sh/index_ko


wget 설치

$ brew install wget


oh-my-zsh 설치

$ brew update
$ brew upgrade zsh
$ zsh --version
zsh 5.8 (x86_64-apple-darwin20.0)

$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
   oh my zsh 테마 설정 : https://duck67.tistory.com/8

   개인적으로 권장 테마 : eastwood 입니다. 개인 성향에 따라 홈페이지 보고 설정 

   $ vi ~/.zshrc $ source ~/.zshrc

     oh my zsh 삭제하기 : 거의 안하시는게 좋습니다.
     $ source ~/.oh-my-zsh/tools/uninstall.sh

openssl 설치

$ brew doctor 
$ brew update 
$ brew upgrade 
$ brew install openssl 

* 설치된 라이브러리 
  /usr/local/opt/openssl/include 
  /usr/local/opt/openssl/lib



이상입니다. 

맥북 사용하면 기본으로 설치 후 설정하시면 편하게 사용할 수 있습니다.












라벨: , , , , , ,