From 405449d84e35966652d1bc1fda5d1d26d2e74cdc Mon Sep 17 00:00:00 2001 From: Bruno Date: Wed, 26 Aug 2015 17:33:22 +0100 Subject: [PATCH] There is no bootstrap script. --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 615b90f..6a63ad1 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ > :warning: You need [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Fish][fishshell] to install Oh My Fish!. -Oh My Fish is an all-purpose framework for the [fishshell][Fishshell]. It looks after your configuration, themes and packages. It's lightining fast and easy to use. +Oh My Fish is an all-purpose framework for the [fishshell][Fishshell]. It looks after your configuration, themes and packages. It's lightning fast and easy to use. We love contributions, [fork and send us a PR](https://github.com/fish-shell/omf/fork). @@ -115,7 +115,6 @@ Use to inspect all session variables. Useful to dump _path_ variables like `$fi Uninstall Oh My Fish. See [uninstall](#uninstall) for more information. # :triangular_flag_on_post: Advanced -+ [Bootstrap](#bootstrap) + [Startup](#startup) + [Core Library](#core-library) + [Packages](#packages) @@ -125,10 +124,6 @@ Uninstall Oh My Fish. See [uninstall](#uninstall) for more information. + [Uninstall](#uninstall) + [Ignoring](#ignoring) -## Bootstrap - -Oh My Fish's bootstrap script will install `git` and `fish` if not available, switch your default shell and modify `$HOME/.config/fish/config.fish` to source Oh My Fish's `init.fish` script. - ## Startup This script runs each time a new session begins, autoloading packages, themes and your _custom_ path (dotfiles) in that order. @@ -198,7 +193,7 @@ This will add a new entry to your local copy of the registry. Please [send us a ### Initialization -If you want to be [notified](http://fishshell.com/docs/current/commands.html#emit) when your package is loads, declare the following function in your `my_package.fish`: +If you want to be [notified](http://fishshell.com/docs/current/commands.html#emit) when your package loads, declare the following function in your `my_package.fish`: ```fish function init -a path --on-event init_mypkg