From 7421ceb2fbe31744bdfa7b9c9ad0dfc266cefb33 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 18 Mar 2021 10:10:51 -0600 Subject: Rename install script --- stow/install | 3 +++ stow/install.sh | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100755 stow/install delete mode 100755 stow/install.sh 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" diff --git a/stow/install.sh b/stow/install.sh deleted file mode 100755 index f9d1220..0000000 --- a/stow/install.sh +++ /dev/null @@ -1,3 +0,0 @@ -#! /usr/bin/env nix-shell -#! nix-shell -i bash -p stow -stow tmux -t "$HOME" -- cgit v1.2.3