From 371296340bbf566fe6eb15c700eb31c89c87e0b6 Mon Sep 17 00:00:00 2001 From: liv Date: Wed, 6 Nov 2024 15:30:36 +0100 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0bcdfc9..47e88cc 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ works for me with the least amount of headache. So to install on a fresh laptop: ```sh -# You also need rustup and Rust installed or else Fish will complain -$PACKAGEMANAGER install chezmoi zoxide fish -chezmoi init git@codeberg.org:shadows_withal/home.git # or HTTPS URL if you're not me hehe +$PACKAGEMANAGER install chezmoi zoxide nushell +chezmoi init ssh://forgejo@git.nazrin.limited:liv/home.git # or HTTPS URL if you're not me hehe chezmoi apply -source ~/.config/fish/config.fish +source $nu.env-path +source $nu.config-path # from here on out, see what breaks and fix it! ```