From 3772fb4660f649108bd24ebc1cfe0324c629dc10 Mon Sep 17 00:00:00 2001 From: coast Date: Thu, 29 May 2025 23:04:56 +0200 Subject: [PATCH] Add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..02271ee --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +## 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): + +*Make sure you have [Nix Package Manager](https://nixos.org/download/) installed* + +`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