update readme

This commit is contained in:
insects 2024-11-06 15:30:36 +01:00
parent 93207440f7
commit 371296340b

View file

@ -9,10 +9,10 @@ works for me with the least amount of headache.
So to install on a fresh laptop: So to install on a fresh laptop:
```sh ```sh
# You also need rustup and Rust installed or else Fish will complain $PACKAGEMANAGER install chezmoi zoxide nushell
$PACKAGEMANAGER install chezmoi zoxide fish chezmoi init ssh://forgejo@git.nazrin.limited:liv/home.git # or HTTPS URL if you're not me hehe
chezmoi init git@codeberg.org:shadows_withal/home.git # or HTTPS URL if you're not me hehe
chezmoi apply 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! # from here on out, see what breaks and fix it!
``` ```