Cài đặt fish shell trên ubuntu

Cài đặt fish shell trên ubuntu

Tags
Fish shell
Ubuntu
Published
June 20, 2021

Cài đặt fish shell

sudo apt-add-repository ppa:fish-shell/release-3 sudo apt-get update sudo apt-get install fish

Cài fish shell làm mặc đinh

chsh -s /usr/bin/fish or chsh -s $(which fish)

Cài đặt omf và theme

install oh my fish
curl -L https://get.oh-my.fish | fish
install ognoster theme
omf install agnoster
set agnoster theme
omf theme agnoster
add newline agnoster
echo -e "\n$segment_separator"
notion image