Update dotfile application to check for prereqs
This commit is contained in:
7
apply-dotfiles-nix
Executable file
7
apply-dotfiles-nix
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -p stow envsubst -i bash
|
||||
|
||||
# Uses nix shell to setup the dotfiles
|
||||
./apply-dotfiles
|
||||
# Secret dotfiles need interactivity anyways, not worrying about this for now
|
||||
# ./apply-secret-dotfiles
|
||||
Reference in New Issue
Block a user