From 41d5e5e260bf481aa80456b55fae71f6dc36ebb8 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff <5535+kogakure@users.noreply.github.com> Date: Sat, 10 Aug 2024 08:12:09 +0200 Subject: [PATCH] chore: move scripts together --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 2a0f05f..5c05626 100755 --- a/setup.sh +++ b/setup.sh @@ -68,6 +68,9 @@ echo "Restoring Homebrew packages..." git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm ~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1 +# Install tmux plugins +~/.tmux/plugins/tpm/bin/install_plugins + # GitHub CLI extensions gh extension install github/gh-copilot gh extension install dlvhdr/gh-dash @@ -78,9 +81,6 @@ gh extension install meiji163/gh-notify gh extension install seachicken/gh-poi gh extension install gennaro-tedesco/gh-s -# Install tmux plugins -~/.tmux/plugins/tpm/bin/install_plugins - # Install Fish plugins fisher install jorgebucaran/fisher fisher install jorgebucaran/autopair.fish