From 3db3d6533b2507d2139c85c111d4d58a5ccd37ab Mon Sep 17 00:00:00 2001 From: coast Date: Thu, 29 May 2025 23:05:55 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 02271ee..eaa113a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ ## README - Coast's dotfiles -Most of these are old dotfiles as my more recent ones have been moved to my [home-manager](https://codeberg.org/coast/home-manager/) configuration. If you'd like to use more modern dotfiles, make sure you have the [Nix Home Manager](https://nix-community.github.io/home-manager/) installed on your system, then run the following command(s): +Most of these dotfiles are oldies — my newer ones live in my home-manager configuration. +If you want shiny, modern dotfiles, make sure you have Nix Home Manager installed, then run: -*Make sure you have [Nix Package Manager](https://nixos.org/download/) installed* +*Make sure you have Nix Package Manager installed first!* -`cd ~/.config && mkdir home-manager` - -`git clone https://codeberg.org/coast/home-manager.git` - -`nix run home-manager -- init --switch .` - -I believe the above commands will set up home-manager with my weird home-manager configuration. -Please don't use that, you deserve better! :3 Like your own configuration! Mine sucks. \ No newline at end of file +```bash +cd ~/.config && mkdir home-manager +git clone https://codeberg.org/coast/home-manager.git +nix run home-manager -- init --switch . \ No newline at end of file