From 301fc26b9f07beca84a1d0174bd463c9acba2893 Mon Sep 17 00:00:00 2001 From: snow flurry Date: Sat, 6 Aug 2022 19:33:48 -0700 Subject: [PATCH] install.sh: stow doesn't like slashes --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 97dca9b..b6e7d73 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash set -e -stow $PWD/base +stow base git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm