linux 에서 zsh설치하기

YEA·2022년 11월 23일
0

wecode

목록 보기
1/8
post-thumbnail

<zsh 설치하기>
// apt update
~$ sudo apt-get update

//zsh install
~$ sudo apt-get install zsh

//zsh version 확인해서 install 확인
~$ zsh --version

//설치경로 확인
which zsh
/usr/bin/zsh (라고나온다)

//기본 sh 변경
chsh -s $(which zsh)
암호:

<oh-my-zsh 설치>
//git wget curl 설치 확인

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

Do you want to change your default shell to zsh? [Y/n] y

//테마변경
https://draculatheme.com/zsh

profile
yoon

0개의 댓글