Skip to content

Instantly share code, notes, and snippets.

@frfahim
Last active October 7, 2025 13:27
Show Gist options
  • Select an option

  • Save frfahim/ec020bc98fc5e52a74f1c12a82710546 to your computer and use it in GitHub Desktop.

Select an option

Save frfahim/ec020bc98fc5e52a74f1c12a82710546 to your computer and use it in GitHub Desktop.

Revisions

  1. Farhadur Raja Fahim revised this gist Feb 11, 2017. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion oh-my-fish.md
    Original 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

  2. Farhadur Raja Fahim created this gist Feb 11, 2017.
    33 changes: 33 additions & 0 deletions oh-my-fish.md
    Original 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)**