wip: test if symlink work

This commit is contained in:
Maciej Sypien 2024-09-21 12:28:21 +02:00
parent 739fd5f5fa
commit 9a3d379b76
No known key found for this signature in database
GPG key ID: 10BC01EDA6827DC8

View file

@ -29,7 +29,9 @@ EOF
echo "Current DIR: $CURRENT_DIR"
# link current repo to plugin list
ln -sf ~/.tmux/plugins/tmux-gruvbox/ "$CURRENT_DIR/../../"
ln -sfv "$CURRENT_DIR/../../../tmux-gruvbox" "${HOME}/.tmux/plugins/tmux-gruvbox"
ls -al ~/.tmux/plugins/
helper_install_tpm_plugins