Notice
Recent Posts
Recent Comments
Link
«   2024/10   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

김찬양의 개발일지

2. OH MY ZSH 본문

서버/Ubuntu

2. OH MY ZSH

자유로운영혼이다냥 2023. 12. 11. 10:31

zsh github

https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH

1. ZSH 설치

제일 먼저 zsh를 설치한다.

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

2. power10k 테마 설치

power10k

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc

그리고 나서 재접속을하면 설정화면이 뜨고 적용이된다.

3. 추천하는 플러그인

'서버 > Ubuntu' 카테고리의 다른 글

1. SSH 연결 방법  (0) 2023.12.11