Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
oh-my-fish
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
oh-my-fish
Commits
b1c84757
Commit
b1c84757
authored
Mar 03, 2013
by
Bruno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation update about automatic installer
parent
4d00195f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
README.textile
README.textile
+13
-7
No files found.
README.textile
View file @
b1c84757
...
@@ -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. S
et fish as your default shell:
3. S
tart / 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment