6 lines
154 B
Plaintext
Executable File
6 lines
154 B
Plaintext
Executable File
#!/usr/bin/env nix-shell
|
|
#! nix-shell -p stow envsubst -i bash
|
|
|
|
envsubst -i taskwarrior/.taskrc.envsubst.template -o taskwarrior/.taskrc
|
|
stow taskwarrior
|