ubuntu 서버 설정

마루·2021년 9월 27일
0

zsh, oh-my-zsh 설치

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

zsh theme 변경

vi ~/.zshrc
THEME="rubbyrussell"부분을 THEME="agnoster"로 변경
source ~/.zshrc

플러그인 설치

zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

vi ~/.zshrc
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
)

0개의 댓글

관련 채용 정보