8 lines
224 B
Plaintext
Executable File
8 lines
224 B
Plaintext
Executable File
#!/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
|