From 9008e7b5ae4c4502e3e01cf885b6a87cd5181e2d Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 26 Apr 2026 02:28:39 -0400 Subject: [PATCH] docs: use repo url in installation documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03f40e9..c7a4839 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ This config is managed as a Git repository. To use it on a new machine: mv ~/.config/fish ~/.config/fish.bak # Clone this repo -git clone ~/.config/fish +git clone https://git.rootiest.dev/rootiest/fish-config.git ~/.config/fish # Install Fisher and plugins curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source