当前位置首页 > Ubuntu知识

FishandOhMyFishinUbuntu

阅读次数:196 次  来源:admin  发布时间:

FishandOhMyFishinUbuntu

After install Fish shell, then install Oh My Fish .

Oh My Fish(shortly OMF) can make our Fish shell beautiful and elegant. It is a Fishshell framework that allows you to install packages which extend or modify the look and feel of your shell. It is easy to use, fast and extensible. Using omf, you can easily install themes that enriches the look of your shell and install plugins to tweak your fish shell as per your wish.

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

FishandOhMyFishinUbuntu

Install Weather plugin to show the weather of your city

FishandOhMyFishinUbuntu

FishandOhMyFishinUbuntu

In Ubuntu we use below command to install jq

udo apt install jq

FishandOhMyFishinUbuntu

FishandOhMyFishinUbuntu

 To see weather in GuangZhou ,we should use command like below:

Weather GuangZhou

FishandOhMyFishinUbuntu

Refer Link:

https://www.ostechnix.com/install-fish-friendly-interactive-shell-linux/

https://www.ostechnix.com/oh-fish-make-shell-beautiful/

https://opensourceforu.com/2018/01/using-jq-consume-json-shell/

上一篇:apache性能优化
下一篇:Linux文件删除原理