현대 fish 쉘을 MacOS에 설치
먼저 brew로 fish를 설치합니다.
1. fish 설치
$ brew install fish
$ fish -v
fish, version 2.6.0
2. oh-my-fish 설치
omf 명령을 사용할 수 있는지 확인
$ curl -L https://get.oh-my.fish | fish
・・・(省略)
Installation successful!
Welcome to fish, the friendly interactive shell
$ omf -v
Oh My Fish version 5
fish의 구성 파일은 다음과 같습니다.
~/.config/fish/config.fish
3. 기본 쉘로합시다.
$ which fish
$ chsh -s /usr/local/bin/fish
Changing shell for gulliver.
Password for gulliver:{#password}
만약 다음과 같은 메시지가 나오면
chsh: /usr/local/bin/fish: non-standard shell
주의: chsh하여
chsh: /usr/local/bin/fish: non-standard shell
vim 등에서/etc/shells를 열고 파일 끝에/usr/local/bin/fish를 추가하는 것이 좋습니다.또한 readonly이기 때문에
sudo
$ vi /etc/shells
# List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using
# one of these shells.
/bin/bash
/bin/csh
/bin/ksh
/bin/sh
/bin/tcsh
/bin/zsh
/usr/local/bin/fish
4. thema를 설치합니다.
좋아하는 테마를 여기에서 찾습니다.
htps : // 기주 b. 이 m / hy-my-fu sh / hy-my-fu sh / b-b / 마s r / 두 cs / te s s. md #아아아아아아아아아아
마음에 드는 것은 이것
$ omf install cyan
번외편(rbenv)
fish에서 rbenv를 사용하는 경우 다음을 수행하는 것이 좋습니다.
$ omf install rbenv
Reference
이 문제에 관하여(현대 fish 쉘을 MacOS에 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/grrrr/items/02c4924aa927f15b1bba텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)