Skip to content

UnstoppableMango/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

517 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnstoppableMango's dotfiles

Nix has consumed my dotfiles. main is not stable, my NixOS configurations live over at UnstoppableMango/nixos.

Development

There are some make targets that can save you typing like, 5 keystrokes and, naturally, my repos need a Makefile.

Run flake checks

$ make check
nix flake check

Update flake inputs

$ make update
nix flake update

Usual command

$ make check build
nix flake check
home-manager build --flake $PWD

Run checks automatically while working

$ make watch
watchexec -e nix nix flake check
[Running: nix flake check]
[Command was successful]
$ export WATCHEXEC=/path/to/watchexec
$ make watch
/path/to/watchexec -e nix nix flake check
[Running: nix flake check]
[Command was successful]

References and Links

Dendritic Pattern

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors