diff options
author | Cody Hiar <cody@hiar.ca> | 2021-02-10 10:11:59 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-02-10 10:11:59 -0700 |
commit | 8c14f2b3a2568b686fc50932bbfde9f4523817cc (patch) | |
tree | d48e9ffe071ea2d87015431ead8b8ecaa888b7f7 /stow | |
parent | ccc94a31bf711a56a6c457c28089e4c53a7b28fd (diff) |
Add stow to install script
Diffstat (limited to 'stow')
-rwxr-xr-x | stow/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stow/install.sh b/stow/install.sh index 473bdad..f9d1220 100755 --- a/stow/install.sh +++ b/stow/install.sh @@ -1 +1,3 @@ +#! /usr/bin/env nix-shell +#! nix-shell -i bash -p stow stow tmux -t "$HOME" |