[참고] 맥의 bash를 fish로 바꾸기
fish란?
커스터마이즈하면 이런 느낌이 된다.
Git 브랜치의 표시나 입력 보완이 상당히 강력.
환경
MacBook (Retina, 12-inch, Early 2015)
MacOS Mojave
설치 절차
brew install fish
ぇtps://포우 rぃ네. Red d. cs. 이오/엔/마 s테 r/인 s타치온/오 sx. html
pip3 install --user git+git://github.com/powerline/powerline
htps : // 기주 b. 코 m / 포 r ぃ 네 / 후 ts
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
htps : // 이 m/타 k 온다/있어 ms/아 90b63d9618d6b15c18c
~/.bashrc
에 추가 # If not running interactively, don't do anything
case $- in
*i*) exec fish;;
*) return;;
esac
htps : // 기주 b. 코 m / 쵸 게 부탄 / 푸시 r # 엔 s 치 치온
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
htps : // 기주 b. 코 m / 오, my fu sh / Teme Me Bo,
# fishに切り替えてから実行
fish
fisher add oh-my-fish/theme-bobthefish
사용하려는 Powerline 글꼴을 검색하고 적용합니다.
Reference
이 문제에 관하여([참고] 맥의 bash를 fish로 바꾸기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/gorilla0513/items/b63c43e51e39b85f750a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)