Zsh 셀 이용하기
알아두면 편한 개발지식

Zsh 셀 이용하기

zsh셀에는 정말 많은 기능들이 있다. 

 

그중 내가 가장 좋아하는 기능 두가지를 소개하려고 한다. 

1)최근 검색어를 추전해주는 기능이다. 

회색 글씨로 추천 글씨가 뜨고 오른쪽 방향키를 누르면 완성이 되어 매우 편리하다. 

2)두번째로는 git허브 브런치를 옆에 띄어준다. git 작업을 할때 매우 편리하다. 

이런 zsh셀을 맥 터미널에 기본 default로 한번 설정해 보려고 한다. 

 cat /etc/shells

이 명령어를 통해 현재 맥에 설치 되어 있는 셀을 확인 할 수 있다. 

아마 맥은 zsh셀이 깔려 있을 것이다. 

 

chsh -s /bin/zsh

이 명령어를 통해 zsh셀을 맥에 기본 터미널로 설정할 수 있다. 

 

새 터미널을 열면 업데이트를 하겠냐고 나온다. y를 누르면된다. 

 

 

서버에서도 zsh셀로 바꿀수 있다. 

github.com/ccss17/standalone

 

ccss17/standalone

standalone vim/tmux with library hooking. Contribute to ccss17/standalone development by creating an account on GitHub.

github.com

서버에서 git clone을 해서 이 레파지토리를 불러오면 zsh을 이용할 수 있다. 

 

 

더나아가:

zsh 셀 테마 바꾸기

 

github.com/ohmyzsh/ohmyzsh/wiki/themes

 

ohmyzsh/ohmyzsh

🙃 A delightful community-driven (with 1700+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, et...

github.com

 

sourabhbajaj.com/mac-setup/iTerm/zsh.html

 

Zsh · macOS Setup Guide

zsh The Z shell (also known as zsh) is a Unix shell that is built on top of bash (the default shell for macOS) with additional features. It's recommended to use zsh over bash. It's also highly recommended to install a framework with zsh as it makes dealing

sourabhbajaj.com