mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-19 09:25:40 +00:00
Add uninstall instructions, update docs.
This commit is contained in:
parent
fd7374f212
commit
eef50fcd09
@ -157,12 +157,16 @@ chsh -s /usr/local/bin/fish
|
|||||||
|
|
||||||
### 3. How do I uninstall fisherman?
|
### 3. How do I uninstall fisherman?
|
||||||
|
|
||||||
Run
|
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
fisher self-uninstall
|
fisher self-uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```
|
||||||
|
npm un -g fisherman
|
||||||
|
```
|
||||||
|
|
||||||
### 4. Is fisherman compatible with oh my fish themes and plugins?
|
### 4. Is fisherman compatible with oh my fish themes and plugins?
|
||||||
|
|
||||||
Yes.
|
Yes.
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
[English]: ../../README.md
|
[English]: ../../README.md
|
||||||
[简体中文]: ../zh-CN
|
[简体中文]: ../zh-CN
|
||||||
[日本語]: ../jp-JA
|
[日本語]: ../jp-JA
|
||||||
|
[Русский]: ../ru-RU
|
||||||
|
|
||||||
[![Build Status][travis-badge]][travis-link]
|
[![Build Status][travis-badge]][travis-link]
|
||||||
[![Slack][slack-badge]][slack-link]
|
[![Slack][slack-badge]][slack-link]
|
||||||
@ -19,7 +20,7 @@
|
|||||||
|
|
||||||
fisherman es un gestionador de paquetes para el [fish shell] de procesamiento en paralelo.
|
fisherman es un gestionador de paquetes para el [fish shell] de procesamiento en paralelo.
|
||||||
|
|
||||||
Lee este documento en otro idioma: [English], [日本語], [简体中文].
|
Lee este documento en otro idioma: [English], [日本語], [简体中文], [Русский].
|
||||||
|
|
||||||
## Motivo
|
## Motivo
|
||||||
|
|
||||||
@ -162,6 +163,12 @@ Entra
|
|||||||
fisher self-uninstall
|
fisher self-uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```fish
|
||||||
|
npm un -g fisherman
|
||||||
|
```
|
||||||
|
|
||||||
### 4. ¿Es fisherman compatible con paquetes y temas de oh my fish?
|
### 4. ¿Es fisherman compatible con paquetes y temas de oh my fish?
|
||||||
|
|
||||||
Sí.
|
Sí.
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
[English]: ../../README.md
|
[English]: ../../README.md
|
||||||
[Español]: ../es-ES
|
[Español]: ../es-ES
|
||||||
[简体中文]: ../zh-CN
|
[简体中文]: ../zh-CN
|
||||||
|
[Русский]: ..//ru-RU
|
||||||
|
|
||||||
[![Build Status][travis-badge]][travis-link]
|
[![Build Status][travis-badge]][travis-link]
|
||||||
[![Slack][slack-badge]][slack-link]
|
[![Slack][slack-badge]][slack-link]
|
||||||
@ -19,7 +20,7 @@
|
|||||||
|
|
||||||
fishermanとは、フィッシュシェルのための並列処理パッケージマネージャーである。
|
fishermanとは、フィッシュシェルのための並列処理パッケージマネージャーである。
|
||||||
|
|
||||||
翻訳: [English], [Español], [简体中文].
|
翻訳: [English], [Español], [简体中文], [Русский].
|
||||||
|
|
||||||
## 理由
|
## 理由
|
||||||
|
|
||||||
@ -156,12 +157,16 @@ chsh -s /usr/local/bin/fish
|
|||||||
|
|
||||||
### 3. fishermanを削除する方法とは?
|
### 3. fishermanを削除する方法とは?
|
||||||
|
|
||||||
はい。
|
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
fisher self-uninstall
|
fisher self-uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
|
もしくは
|
||||||
|
|
||||||
|
```fish
|
||||||
|
npm un -g fisherman
|
||||||
|
```
|
||||||
|
|
||||||
### 4. oh-my-fishのプラグインとテーマに対応ですか?
|
### 4. oh-my-fishのプラグインとテーマに対応ですか?
|
||||||
|
|
||||||
対応です。
|
対応です。
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
[онлайн]: http://fisherman.sh/#search
|
[онлайн]: http://fisherman.sh/#search
|
||||||
|
|
||||||
[English]: ../../README.md
|
[English]: ../../README.md
|
||||||
[Español]: docs/es-ES
|
[Español]: ../es-ES
|
||||||
[简体中文]: docs/zh-CN
|
[简体中文]: ../zh-CN
|
||||||
[日本語]: docs/jp-JA
|
[日本語]: ../jp-JA
|
||||||
[Русский]: docs/ru-RU
|
[Русский]: ../ru-RU
|
||||||
|
|
||||||
[![Build Status][travis-badge]][travis-link]
|
[![Build Status][travis-badge]][travis-link]
|
||||||
[![Slack][slack-badge]][slack-link]
|
[![Slack][slack-badge]][slack-link]
|
||||||
@ -39,13 +39,13 @@ fisherman это параллельный менеджер плагинов дл
|
|||||||
|
|
||||||
## Установка
|
## Установка
|
||||||
|
|
||||||
Скопируйте `fisher.fish` в `~/.config/fish/functions` каталог и все.
|
C curl.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
|
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
|
||||||
```
|
```
|
||||||
|
|
||||||
npm.
|
C npm.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm i -g fisherman
|
npm i -g fisherman
|
||||||
@ -85,7 +85,7 @@ fisher ~/my_aliases
|
|||||||
|
|
||||||
Использовать в интерактивном-режиме. Редактировать fishfile и запустить `fisher`, чтобы удовлетворить изменения.
|
Использовать в интерактивном-режиме. Редактировать fishfile и запустить `fisher`, чтобы удовлетворить изменения.
|
||||||
|
|
||||||
> [Что такое fishfile и как я могу его использовать?](#6-what-is-a-fishfile-and-how-do-i-use-it)
|
> [Что такое fishfile и как я могу его использовать?](#6-Что-такое-fishfile-и-как-я-могу-его-использовать)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$EDITOR fishfile # добавить плагины
|
$EDITOR fishfile # добавить плагины
|
||||||
@ -139,7 +139,7 @@ fisher help z
|
|||||||
|
|
||||||
### 1. Какая версия fish необходима?
|
### 1. Какая версия fish необходима?
|
||||||
|
|
||||||
fisherman был построен для рыб >= 2.3.0. Если вы используете 2.2.0, добавьте следующий код в ваш `~/.config/fish/config.fish` для [сниппет](#8-what-is-a-plugin) поддержки.
|
fisherman был построен для рыб >= 2.3.0. Если вы используете 2.2.0, добавьте следующий код в ваш `~/.config/fish/config.fish` для [сниппет](#8-Что-такое-плагин) поддержки.
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
for file in ~/.config/fish/conf.d/*.fish
|
for file in ~/.config/fish/conf.d/*.fish
|
||||||
@ -164,6 +164,12 @@ chsh -s /usr/local/bin/fish
|
|||||||
fisher self-uninstall
|
fisher self-uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
|
или
|
||||||
|
|
||||||
|
```fish
|
||||||
|
npm un -g fisherman
|
||||||
|
```
|
||||||
|
|
||||||
### 4. Совместим fisherman с oh my fish темами и плагины?
|
### 4. Совместим fisherman с oh my fish темами и плагины?
|
||||||
|
|
||||||
Да.
|
Да.
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
[English]: ../../README.md
|
[English]: ../../README.md
|
||||||
[Español]: ../es-ES
|
[Español]: ../es-ES
|
||||||
[日本語]: ../jp-JA
|
[日本語]: ../jp-JA
|
||||||
|
[Русский]: ../ru-RU
|
||||||
|
|
||||||
[![Build Status][travis-badge]][travis-link]
|
[![Build Status][travis-badge]][travis-link]
|
||||||
[![Slack][slack-badge]][slack-link]
|
[![Slack][slack-badge]][slack-link]
|
||||||
@ -19,7 +20,7 @@
|
|||||||
|
|
||||||
fisherman 是一款零配置,并发的 [fish shell] 插件管理器。
|
fisherman 是一款零配置,并发的 [fish shell] 插件管理器。
|
||||||
|
|
||||||
选择不同语言版本的文档: [Español], [日本語], [English]。
|
选择不同语言版本的文档: [Español], [日本語], [English], [Русский]。
|
||||||
|
|
||||||
##为什么使用fisherman?
|
##为什么使用fisherman?
|
||||||
|
|
||||||
@ -163,6 +164,12 @@ chsh -s /usr/local/bin/fish
|
|||||||
fisher self-uninstall
|
fisher self-uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```fish
|
||||||
|
npm un -g fisherman
|
||||||
|
```
|
||||||
|
|
||||||
### 4. fisherman 兼容已有的 fish 主题和插件吗?
|
### 4. fisherman 兼容已有的 fish 主题和插件吗?
|
||||||
|
|
||||||
是的。
|
是的。
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
function fisher
|
function fisher
|
||||||
set -g fisher_version "2.1.3"
|
set -g fisher_version "2.1.4"
|
||||||
set -g fisher_spinners ⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏
|
set -g fisher_spinners ⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏
|
||||||
|
|
||||||
function __fisher_show_spinner
|
function __fisher_show_spinner
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "fisherman",
|
"name": "fisherman",
|
||||||
"description": "fish plugin manager",
|
"description": "fish plugin manager",
|
||||||
"version": "2.1.3",
|
"version": "2.1.4",
|
||||||
"author": "Jorge Bucaran",
|
"author": "Jorge Bucaran",
|
||||||
"homepage": "https://github.com/fisherman/fisherman",
|
"homepage": "https://github.com/fisherman/fisherman",
|
||||||
"bugs": "https://github.com/fisherman/fisherman/issues",
|
"bugs": "https://github.com/fisherman/fisherman/issues",
|
||||||
@ -15,8 +15,8 @@
|
|||||||
"package manager"
|
"package manager"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "i=\"$XDG_CONFIG_HOME\"; [ -z \"$i\" ] && i=~/.config; i=\"$i/fish/functions\"; cp -f fisher.fish \"$i/fisher.fish\"; exec fish < /dev/tty",
|
"install": "i=\"$XDG_CONFIG_HOME\"; [ -z \"$i\" ] && i=~/.config; i=\"$i/fish/functions\"; cp -f fisher.fish \"$i/fisher.fish\"; exec fish < /dev/tty",
|
||||||
"postuninstall": "i=\"$XDG_CONFIG_HOME\"; [ -z \"$i\" ] && i=~/.config; i=\"$i/fish/functions\"; rm -f \"$i/fisher.fish\"; exec fish < /dev/tty"
|
"uninstall": "i=\"$XDG_CONFIG_HOME\"; [ -z \"$i\" ] && i=~/.config; i=\"$i/fish/functions\"; rm -f \"$i/fisher.fish\"; exec fish < /dev/tty"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user