diff options
author | Cody Hiar <cody@hiar.ca> | 2021-03-18 10:10:51 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-03-18 10:10:51 -0600 |
commit | 7421ceb2fbe31744bdfa7b9c9ad0dfc266cefb33 (patch) | |
tree | 99ccb262556862e17e22d23848362ea150d9fd02 /stow/install | |
parent | 123972e93577c8eeb914597dcdae1ed1eeeb0eb1 (diff) |
Rename install script
Diffstat (limited to 'stow/install')
-rwxr-xr-x | stow/install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stow/install b/stow/install new file mode 100755 index 0000000..f9d1220 --- /dev/null +++ b/stow/install @@ -0,0 +1,3 @@ +#! /usr/bin/env nix-shell +#! nix-shell -i bash -p stow +stow tmux -t "$HOME" |