Skip to content

Commit

Permalink
fix: use tmp submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Nov 7, 2023
1 parent d2c1879 commit e69a630
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,6 @@ install_tmux() {
fi
}

# install tmp
install_tmp() {
echo "Installing tmp..."
if ! [ -d "$HOME/.tmux/plugins/tpm" ]; then
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
else
echo "tmp is already installed"
fi
}

install_brew() {
echo "Installing Homebrew..."
if ! command_exists brew; then
Expand Down

0 comments on commit e69a630

Please sign in to comment.