본문 바로가기

Brew Ruby Vim Zsh Oh-My-Zsh (ft.Mac)

List

1. Install Brew

1-2) Update Brew

1-3) Upgrade Brew

1-4) Check Brew

2. Install Ruby

3. Install Vim

4. Install Zsh

4-1) Change Shell + Restart

5. Install Oh-My-Zsh

 

 

1. Install Brew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

 

1-2) Update Brew

brew update

 

1-3) Upgrade Brew

brew upgrade

 

1-4) Check Brew

brew doctor

 

2. Install Ruby

brew install ruby

 

 

3. Install Vim

brew search vim

 

 

4. Install Zsh

brew install zsh

or

curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh

 

4-1) Change Shell + Restart

chsh -s `which zsh`

 

5. Install Oh-My-Zsh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

or

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

 

Ref.

https://mishka.kr/2019/09/27/zsh-setting/
https://blog.funspaces.org/2017/02/13/z-shell-with-oh-my-zsh-config-guide/
https://nolboo.kim/blog/2015/08/21/oh-my-zsh/
https://black7375.tistory.com/15
https://medium.com/harrythegreat/oh-my-zsh-iterm2%EB%A1%9C-%ED%84%B0%EB%AF%B8%EB%84%90%EC%9D%84-%EB%8D%94-%EA%B0%95%EB%A0%A5%ED%95%98%EA%B2%8C-a105f2c01bec