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
e5997f21
Commit
e5997f21
authored
Oct 20, 2015
by
Johnny Robeson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add https:// to curl calls in README and install script
parent
4fa53b1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+2
-2
bin/install
bin/install
+3
-3
No files found.
README.md
View file @
e5997f21
...
...
@@ -18,14 +18,14 @@ Oh My Fish provides core infrastructure to allow you to install packages which e
# Install
```
fish
curl -L
github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
curl -L
https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
omf help
```
Or _download_ and run it yourself:
```
fish
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install
curl -L
https://
github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install
fish install
```
...
...
bin/install
View file @
e5997f21
#!/usr/bin/env fish
#
# USAGE
# #1: curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
# #2: curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install; and fish install
# #3: env OMF_CONFIG=~/.omf curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
# #1: curl -L
https://
github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
# #2: curl -L
https://
github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install; and fish install
# #3: env OMF_CONFIG=~/.omf curl -L
https://
github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
#
# ENV
# XDG_DATA_HOME Base directory (~/.local/share)
...
...
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