install.sh: stow doesn't like slashes

This commit is contained in:
snow flurry 2022-08-06 19:33:48 -07:00
parent f59543d9f1
commit 301fc26b9f

View file

@ -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