~/.oh-my-zsh폴더가 이미 존재하기 때문에 발생하는 에러이다. 터미널에서 다음과 같이 커맨드를 입력 후 다시 설치를 진행하면 된다.

 

rm -rf ~/.oh-my-zsh
rm ~/.zshrc
cp ~/.zshrc.pre-oh-my-zsh ~/.zshrc
source ~/.zshrc

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

'ETC' 카테고리의 다른 글

Marp 사용법  (0) 2024.10.31
[Error] Error: homebrew-core is a shallow clone. To `brew update` first run:  (0) 2024.09.27

+ Recent posts