Commit 568c601c authored by Jorge Bucaran's avatar Jorge Bucaran

Merge pull request #442 from josiahsprague/clarify-installation-process

Add installation note about config.fish
parents d0afa91c b01b39ea
...@@ -46,6 +46,8 @@ Oh-my-fish is built for recent versions of the fish shell, namely "fish 2.0". ...@@ -46,6 +46,8 @@ 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 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](https://github.com/bpinto/oh-my-fish/blob/master/templates/config.fish). 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](#manual-installation). If you want to install it manually, [keep reading](#manual-installation).
## Usage ## Usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment