Fix tmux tpm and cleanup

This commit is contained in:
Michael Yockey
2024-03-25 09:52:45 -04:00
parent c4c20c1678
commit ba711a5578
11 changed files with 13 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ git -C geometry pull || git clone git@github.com:geometry-zsh/geometry.git geome
popd
echo "Installing TMUX plugins"
pushd ~/.tmux/plugins
pushd tmux/.config/tmux/plugins
git -C tpm pull || git clone git@github.com:tmux-plugins/tpm.git tpm
popd