Install fish shell in ubuntu

run command:

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

set fish as default shell

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

install oh my fish
https://github.com/oh-my-fish/oh-my-fish

plaintext
curl -L https://get.oh-my.fish | fish

set agnoster theme

plaintext
omf theme agnoster

add newline agnoster

Nguyen Pham

Xin chào. Mình thích lập trình và công nghệ. Đây là blog mình chia sẻ lại các kiến thức về lập trình, công nghệ.