「インストール - Fish」の版間の差分

ナビゲーションに移動 検索に移動
(ページの作成:「== 概要 == <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>
または、以下のコマンド実行する。<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>
# Curlコマンドからインストールする場合
fish install --path=~/.local/share/omf --config=~/.config/omf
  # 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からインストールする場合
  # 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

案内メニュー