wip: test if symlink work
This commit is contained in:
parent
739fd5f5fa
commit
9a3d379b76
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ EOF
|
||||||
echo "Current DIR: $CURRENT_DIR"
|
echo "Current DIR: $CURRENT_DIR"
|
||||||
|
|
||||||
# link current repo to plugin list
|
# 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
|
helper_install_tpm_plugins
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue