13,228
回編集
(ページの作成:「== 概要 == <br><br> == Fishのインストール == ==== パッケージ管理システムからインストール ==== パッケージ管理システムからFishを…」) |
|||
| 42行目: | 42行目: | ||
== Oh My Fishのインストール == | == Oh My Fishのインストール == | ||
==== Curlコマンドからインストール ==== | |||
Curlコマンドを実行して、Oh My Fishをダウンロードする。<br> | Curlコマンドを実行して、Oh My Fishをダウンロードする。<br> | ||
curl -L https://get.oh-my.fish > install | curl -L https://get.oh-my.fish > install | ||
<br> | <br> | ||
Oh My Fishをインストールする。<br> | |||
fish install --path=~/.local/share/omf --config=~/.config/omf | |||
<br> | |||
==== Githubからダウンロードしてインストール ==== | |||
[https://github.com/oh-my-fish/oh-my-fish Oh My FishのGithub]からOh My Fishをダウンロードする。<br> | [https://github.com/oh-my-fish/oh-my-fish Oh My FishのGithub]からOh My Fishをダウンロードする。<br> | ||
または、以下のコマンド実行する。<br> | または、以下のコマンド実行する。<br> | ||
git clone https://github.com/oh-my-fish/oh-my-fish.git | git clone https://github.com/oh-my-fish/oh-my-fish.git | ||
<br> | <br> | ||
Oh My Fishをインストールする。<br> | Oh My Fishをインストールする。<br> | ||
# Gitからインストールする場合 | # Gitからインストールする場合 | ||
git clone https://github.com/oh-my-fish/oh-my-fish | git clone https://github.com/oh-my-fish/oh-my-fish | ||
| 59行目: | 60行目: | ||
bin/install --offline | bin/install --offline | ||
# | # Tarballからインストールする場合 | ||
curl -L https://get.oh-my.fish > install | curl -L https://get.oh-my.fish > install | ||
fish install --offline=omf.tar.gz | fish install --offline=omf.tar.gz | ||