From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100755 index 0000000..5d8bd93 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +## README - Coast's dotfiles + +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 installed first!* + +```bash +cd ~/.config && mkdir home-manager +git clone https://codeberg.org/coast/home-manager.git +nix run home-manager -- init --switch . +``` + +I think these commands will set up home-manager with my quirky configuration. +But to be brutally honest, please don’t use mine — you deserve way better! :3 Like your own setup! Mine’s kinda ass. I love ass. + +### Disclaimer +*These dotfiles reflect my personal preferences and workflow. They might not be suitable for everyone and could require adjustments to fit your needs.* +*They were set up how I learned how to set it up, you might not like how I've set up my program(s)' configuration files in this repository. I strongly recommend that you write your own configs.* +*Feel free to fork, modify, or use parts of this configuration as an inspiration for your own setup.* + + -- cgit v1.2.3