Giter Site home page Giter Site logo

oh-my-fish's Introduction

A handful of functions, auto-complete helpers, and stuff that makes you shout…

“OH MY FISH!”

Setup

oh-my-fish should work with any recent release of fish

The automatic installer… (do you trust me?)

You can install this via the command line with either `curl` or `wget`.

via `curl`

curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.sh | sh

via `wget`

wget --no-check-certificate https://github.com/bpinto/oh-my-fish/raw/master/tools/install.sh -O - | sh

The manual way

1. Clone the repository

git clone git://github.com/bpinto/oh-my-fish.git ~/.oh-my-fish

2. Create a new fish config by copying the fish template we’ve provided.

NOTE: If you already have a ~/.config/fish/config.fish file, you should back it up: cp ~/.config/fish/config.{fish,orig} in case you want to go back to your original settings.

cp ~/.oh-my-fish/templates/config.fish-template ~/.config/fish/config.fish

3. Set fish as your default shell:

chsh -s /usr/local/bin/fish

4. Start / restart fish (open a new terminal is easy enough…)

Usage

  • enable the plugins you want in your ~/.config/fish/config.fish (take a look at plugins/ to see what’s possible)
    • example: set FISH_PLUGINS autojump git
  • Theme support: Change the FISH_THEME environment variable in ~/.config/fish/config.fish.

Customization

If you want to override any of the default behavior, just add a new file (ending in .fish) into the custom/ directory.
If you have many functions which go well together you can put them as a *.fish file in the custom/plugins/ directory and then enable this plugin.
If you would like to override the functionality of a plugin distributed with oh-my-fish, create a plugin of the same name in the custom/plugins/ directory and it will be loaded instead of the one in plugins/.

Uninstalling

If you want to uninstall it, just remove the installation folder rm -r ~/.oh-my-fish from the command line and restore your previous fish config file.

Help out!

I’m far from being a fish-expert and suspect there are many ways to improve. If you have ideas on how to make the configuration easier to maintain (and faster), don’t hesitate to fork and send pull requests!

Send us your theme!

I’m hoping to collect a bunch of themes for our command prompts. You can see existing ones in the themes/ directory.

Oh My ZSH

This project is heavily inspired (cloned) on oh-my-zsh

Thank you so much!

oh-my-fish's People

Contributors

bpinto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.