Last active
October 7, 2025 13:27
-
-
Save frfahim/ec020bc98fc5e52a74f1c12a82710546 to your computer and use it in GitHub Desktop.
Revisions
-
Farhadur Raja Fahim revised this gist
Feb 11, 2017 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,13 @@ ## If you don't have curl install sudo apt-get install curl ## Set fish as default shell chsh -s /usr/bin/fish ### or chsh -s `which fish` ## Install theme omf install agnoster bobthefish -
Farhadur Raja Fahim created this gist
Feb 11, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ ## First install fish shell on your system sudo apt-get update sudo apt-get install fish ### Or install fish via ppa sudo apt-add-repository ppa:fish-shell/release-2 sudo apt-get update sudo apt-get install fish`` ## oh-my-fish is a framework of fish shell ## Now install oh-my-fish sudo apt-get update curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install fish install ## If you don't have curl install sudo apt-get install curl ## Install theme omf install agnoster bobthefish #### There others theme also. Install anyone that you want. ### List of **[Themes](https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md)** ## To setup theme omf theme agnoster ## List of **[plugins](https://github.com/oh-my-fish?utf8=%E2%9C%93&query=plugin)**