> yum install zsh
> curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh
> chsh -s /bin/zsh
> vi ~/.zshrc
ZSH_THEME="agnoster"
> vi ~/.zshrc
PROMPT='%{$fg[yellow]%}[%D{%T}] '$PROMPT
- zsh download : https://centos.pkgs.org/
- oh-my-zsh download : https://github.com/ohmyzsh/ohmyzsh/
GitHub - ohmyzsh/ohmyzsh: 🙃 A delightful community-driven (with 2,100+ contributors) framework for managing your zsh config
🙃 A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, pyth...
github.com
- 위 경로에서 받은 파일을 설치하고자 하는 계정의 홈 디렉토리에 업로드
-rw-r--r-- 1 root root 2267657 May 4 12:35 ohmyzsh-master.zip
-rw-r--r-- 1 root root 2497380 Apr 8 2020 zsh-5.0.2-34.el7_8.2.x86_64.rpm
> rpm -ivh zsh-5.0.2-34.el7_8.2.x86_64.rpm
Preparing... ################################# [100%]
Updating / installing...
1:zsh-5.0.2-34.el7_8.2 ################################# [100%]
> unzip ohmyzsh-master.zip
> mv ohmyzsh-master .oh-my-zsh
> chsh -s /bin/zsh
> cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
> vi ~/.zshrc
ZSH_THEME="agnoster"
> vi ~/.zshrc
PROMPT='%{$fg[yellow]%}[%D{%T}] '$PROMPT
GitHub - naver/d2codingfont: D2 Coding 글꼴
D2 Coding 글꼴. Contribute to naver/d2codingfont development by creating an account on GitHub.
github.com
댓글 영역