기본이 되는 zsh setup
sudo apt install -y zsh

wget or curl setup
sudo apt install -y wget
or
sudo apt install -y curl
git setup (소스코드가 github에 관리되기 때문에 설치)
sudo apt install -y git
Oh-My-Zsh Setup
via curl or via wget setup
sh -c "$(curl -fsSL https://raw.githubusercontent.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 -)"

Theme 수정
~/.zshrc ex) /home/user/.zshrc
11번째줄 ZSH_THEME=****을 ZSH_THEME="agnoster" 수정
Font 설치 (agnoster에서 사용하는 폰트가 설치가되지않아 화면이 깨져버림)
sudo apt install fonts-powerline'IT > Linux' 카테고리의 다른 글
| Ubuntu VIM Plugin Vundle Setting (0) | 2021.04.28 |
|---|---|
| Volta, NodeJs, PM2 Setup (0) | 2021.01.20 |
| Jenkins Config.xml 수정 후 Reload [CLI사용] (0) | 2021.01.14 |
| SVN SasLDB User Control (0) | 2021.01.14 |