Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/OS Structure/I/O System/Shell/Shell Implementation/
ZSH
ZSH
Search
ZSH
ZSH

ZSH

Creator
Creator
Seong-lae Cho
Created
Created
2019 Nov 5 3:14
Editor
Editor
Seong-lae Cho
Edited
Edited
2022 Aug 1 16:9
Refs
Refs
atuin
ZSH Notion
ZSH Structure
zsh config
.zshenv
 
 
ZSH Usages
Zsh Init
Zsh Init
ZSH Keybinding
ZSH Keybinding
ZSH Template
ZSH Tool
 
 
 
 

zsh plugin

zsh 플러그인 설치하기
Reading time ~1 minute zsh에 여러가지 플러그인을 설치해서 편의 기능을 추가해보자. Ubuntu 16.04 환경에서 작성되었음. zsh 플러그인의 설치경로는 기본적으로 아래와 같다. 또는 $ZSH_CUSTOM 을 호출하면 zsh 커스텀 폴더의 경로를 출력한다. 웹에서 설치하고 싶은 플러그인을 다운받아 위의 경로에 넣어주면 된다. 예를 들어, zsh에 자동완성 기능을 추가해주는 zsh-autosuggestions 을 설치하려 한다면, 먼저 터미널에서 아래와 같이 입력한다.
zsh 플러그인 설치하기
https://nachwon.github.io/how-to-install-zsh-plugins/

zsh tip

5 tips to improve productivity with zsh
The Z shell known as zsh is a shell for Linux/Unix-like operating systems. It has similarities to other shells in the sh (Bourne shell) family, such as as bash and ksh, but it provides many advanced features and powerful command line editing options, such as enhanced Tab completion.
5 tips to improve productivity with zsh
https://opensource.com/article/18/9/tips-productivity-zsh
5 tips to improve productivity with zsh
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/OS Structure/I/O System/Shell/Shell Implementation/
ZSH
ZSH
Copyright Seonglae Cho