yum install fish -y
fish
fish –version (또는 echo $version)
echo $status
curl http://ifconfig.io
curl 우측방향키를 사용하여 명령어 완성하기(auto completion)
<최신 git 설치>
yum install git -y
git –version
rpm -Uvh http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
yum repolist
yum update git -y
git –version
curl -L https://get.oh-my.fish | fish (또는 curl -L git.io/omf | sh 로 omf 설치)
프롬프트가 fish로 변경됨
omf help
Google에서 oh-my-fish github 검색
https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md
여기에는 다양한 Theme이 있다. 그중에 하나가 ocean과 bira이다
omf intall ocean
chsh -s /usr/bin/fish (Default shell을 fish로 변경)