Commit b1c84757 authored by Bruno's avatar Bruno

Documentation update about automatic installer

parent 4d00195f
...@@ -13,11 +13,11 @@ You can install this via the command line with either `curl` or `wget`. ...@@ -13,11 +13,11 @@ You can install this via the command line with either `curl` or `wget`.
h4. via `curl` h4. via `curl`
-@curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.sh | sh@- @curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.sh | sh@
h4. via `wget` h4. via `wget`
-@wget --no-check-certificate https://github.com/bpinto/oh-my-fish/raw/master/tools/install.sh -O - | sh@- @wget --no-check-certificate https://github.com/bpinto/oh-my-fish/raw/master/tools/install.sh -O - | sh@
h3. The manual way h3. The manual way
...@@ -32,17 +32,23 @@ h3. The manual way ...@@ -32,17 +32,23 @@ h3. The manual way
@cp ~/.oh-my-fish/templates/config.fish ~/.config/fish/config.fish@ @cp ~/.oh-my-fish/templates/config.fish ~/.config/fish/config.fish@
3. Set fish as your default shell: 3. Start / restart fish (open a new terminal is easy enough...)
@chsh -s /usr/local/bin/fish@ h3. Set fish as your default shell
1. Add fish to the list of login shells
@grep -q '^/usr/local/bin/fish$' /etc/shells; or echo '/usr/local/bin/fish' | sudo tee -a /etc/shells@
4. Start / restart fish (open a new terminal is easy enough...) 2. Set fish as default shell
@chsh -s /usr/local/bin/fish@
h2. Usage h2. Usage
* enable the plugins you want in your @~/.config/fish/config.fish@ (take a look at @plugins/@ to see what's possible) * 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@ ** example: @set fish_plugins autojump git@
* Theme support: Change the @FISH_THEME@ environment variable in @~/.config/fish/config.fish@. * Theme support: Change the @fish_theme@ environment variable in @~/.config/fish/config.fish@.
h3. Customization h3. Customization
......
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