dotfiles/README.md

22 lines
1.4 KiB
Markdown
Raw Normal View History

2025-05-29 23:04:56 +02:00
## README - Coast's dotfiles
2025-05-29 23:05:55 +02:00
Most of these dotfiles are oldies — my newer ones live in my <u><a href="https://codeberg.org/coast/home-manager/">home-manager</a></u> configuration.
If you want shiny, modern dotfiles, make sure you have <u><a href="https://nix-community.github.io/home-manager/">Nix Home Manager</a></u> installed, then run:
*Make sure you have <u><a href="https://nixos.org/download/">Nix Package Manager</a></u> installed first!*
2025-05-29 23:04:56 +02:00
2025-05-29 23:05:55 +02:00
```bash
cd ~/.config && mkdir home-manager
git clone https://codeberg.org/coast/home-manager.git
2025-05-29 23:07:12 +02:00
nix run home-manager -- init --switch .
```
2025-05-29 23:07:03 +02:00
I think these commands will set up home-manager with my quirky configuration.
2025-05-29 23:10:08 +02:00
But to be brutally honest, please dont use mine — you deserve way better! :3 Like your own setup! Mines kinda ass. I love ass.
2025-05-29 23:12:45 +02:00
### 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.*
2025-05-29 23:10:08 +02:00
2025-05-29 23:12:45 +02:00
### License
*These dotfiles are available under the <u><a href="https://opensource.org/license/mit">MIT License</a></u>*