From 7e1c727b690aa024f21db519a0d6c143b81961e8 Mon Sep 17 00:00:00 2001 From: rootiest Date: Thu, 30 Apr 2026 20:04:36 -0400 Subject: [PATCH] docs: fisher and plugins are automatically installed - A bootstrap script in the config.fish file handles automatic installation of fisher and the included plugins upon launching the shell for the first time --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index f7430b3..a275f12 100644 --- a/README.md +++ b/README.md @@ -79,11 +79,7 @@ Managed via [Fisher](https://github.com/jorgebucaran/fisher): | `mattmc3/magic-enter.fish` | Smart Enter: runs `ls` / `git status` on blank line | | `jorgebucaran/spark.fish` | Sparkline bar charts in the terminal | -Install plugins after cloning: - -```fish -fisher update -``` +Fisher and all listed plugins are installed automatically by the bootstrap script in `config.fish` upon launching the shell for the first time. ---