You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Bruno 91f37c43ce Merge pull request #462 from bpinto/external_plugins
Vundle style plugins (external plugins)
9 years ago
custom Add an example completion file. 10 years ago
functions fish install and updated functions 9 years ago
plugins FIxing a problem caused by the strange "command command -v rbenv" 9 years ago
script
spec Fix loading of custom plugin completions. 10 years ago
templates new Plugin and Theme functions 9 years ago
themes fix(scorphish): redirect Git stderr to /dev/null while 9 years ago
tools
.editorconfig Init root .editorconfig file. 10 years ago
.gitignore no more plugins or themes added to the repo 9 years ago
.travis.yml travis hook for gitter integration 10 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 10 years ago
Dockerfile
LICENSE
README.md Update documentation 9 years ago
oh-my-fish.fish new Plugin and Theme functions 9 years ago

README.md

About | Installation | Usage | Contributing | Uninstall | License

Build Status ![](https://img.shields.io/badge/Framework-Oh My Fish-blue.svg?style=flat) Join the chat at https://gitter.im/bpinto/oh-my-fish

Oh My Fish!

Why?

Developing on a shell should be a pleasure. Our goal is to help developers that do not want to spend time configuring their own computer to spend time doing what they want.

How?

With the power of our community, we take the already awesome fish shell to another level by creating simple-to-use plugins and themes.

What?

Oh-my-fish is a user-friendly framework for managing your fish-shell configuration. It includes optional plugins (brew, git-flow, rails, python, node, etc) and themes.


## Installation

Oh-my-fish is built for recent versions of the fish shell, namely "fish 2.0".

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

NOTE: The installation script renames your existing config.fish to config.orig, and replaces it with the default oh-my-fish config. If you have existing customizations to your fish config, you will need to manually include those customizations after the install.

If you want to install it manually, keep reading.

Usage

Open your fish configuration file ~/.config/fish/config.fish and specify the theme and the plugins you want to use. And then run fish install on your terminal to install them.

Before setting down on a theme, you might want to have a go with all themes using our quick theme switcher by typing theme --help on your shell.

Customization

If you have many functions which go well together, you can create custom plugin in the custom/plugins/PLUGIN_NAME directory and add to it as many functions as you want.

If you would like to use your custom theme, move it with the same name in the custom/themes/ directory and it will override the original theme in themes/.

If you just want to override any of the default behavior or add some environment variables, just add a new file (ending in .load) into the custom/ directory.

Contributing

Create an issue linking to your repository and we will move it to the oh-my-fish organization.

Manual installation

  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.

    cp ~/.oh-my-fish/templates/config.fish ~/.config/fish/config.fish
    
  3. Start / restart fish (just open a new terminal)

Uninstall

rm -rf ~/.oh-my-fish

License

MIT © Contributors

Logo by marcker🔹 Attribution CC 4.0