iterm2
-
M1 iTerm2 + Oh My ZSH 설치맥북 셋팅 2022. 3. 29. 17:36
- homebrew 를 설치하여 homebrew로 설치를 진행하였습니다. iTerm2 설치 1. 터미널 실행하여 아래 명령어 실행 brew install --cask iterm2 2. spotlight에서 iterm을 실행하면 됨! Oh My ZSH 설치 - M1 에서는 터미널이 zsh 로 설치되어 있다. 따라서 zsh는 설치하지 않고, oh my zsh 만 설치하면 된다. 1. 터미널을 실행하여 아래 명령어 실행 ( https://ohmyz.sh/ 의 install 명령어를 실행함 ) sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" oh my zsh 설정 작업 - vi로 들어가서 i를 입력해야 수정가..