hlissner / dotfiles

And I say hey, what's going on?
https://youtu.be/ZZ5LpwO-An4
MIT License
1.62k stars 98 forks source link

Request Starter Config Template #37

Open eyadsibai opened 1 year ago

eyadsibai commented 1 year ago

Describe your request

I would like to be able to create a skeleton/starter project with complete required files for a dotfiles setup instead of creating one per host or module. Have a look at:

https://github.com/Misterio77/nix-starter-configs

Briefly explain its use-case

if I could use a command like:

nix flake init -t github:hlissner/dotfiles#new-dotfiles 

This will create a complete directory called dotfiles with the required setup for at least one host. (with lib/modules/overlay setup) similar to https://github.com/Misterio77/nix-starter-configs