WonYong-Jang / Development-Process

It is where I record the error fixes or learning during the development process.
0 stars 1 forks source link

iterms2 / zsh / fzf #19

Open WonYong-Jang opened 5 years ago

WonYong-Jang commented 5 years ago

관련 링크 : https://subicura.com/2017/11/22/mac-os-development-environment-setup.html

iterms2

$ brew cask install iterm2

macOS는 기본으로 Bash(Bourne-again) shell을 사용하고 있습니다. bash외에 csh, ksh, sh, tcsh, zsh등을 내장하고 있는데 최근 대새는 단연 zsh입니다. zsh에 설정 관리 프레임워크인 oh-my-zsh을 사용하여 이쁜 테마를 적용하고 여러 가지 플러그인을 설치해봅니다.

$ brew install zsh zsh-completions

$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" // zsh의 설정을 관리해주는 oh-my-zsh을 설치합니다.

2018-08-28 6 31 55
WonYong-Jang commented 5 years ago

$ echo $SHELL // 현재 사용하고 있는 쉘 확인 $ cat /etc/shells // 사용 가능한 쉘들 확인

단축키

2018-08-30 10 15 39 2018-08-30 10 15 50
WonYong-Jang commented 5 years ago

fzf

fzf는 강력하고 엄청나게 빠른 fuzzy finder 도구입니다. 증분 검색을 통하여 원하는 파일이나 히스토리를 쉽고 빠르게 찾을 수 있게 해줍니다. 정확하게 원하는 값을 입력하지 않고 일부만 입력해도 실시간으로 검색 결과를 보여줍니다.

2018-08-30 10 34 03
WonYong-Jang commented 3 years ago

참고 링크 : https://medium.com/harrythegreat/oh-my-zsh-iterm2%EB%A1%9C-%ED%84%B0%EB%AF%B8%EB%84%90%EC%9D%84-%EB%8D%94-%EA%B0%95%EB%A0%A5%ED%95%98%EA%B2%8C-a105f2c01bec