From 72b70b8ae36cc045fe5eea53d9df0287ed7fe057 Mon Sep 17 00:00:00 2001 From: Noah Masur Date: Sun, 22 Nov 2020 23:18:59 -0500 Subject: [PATCH] remove fisher --- scripts/bootstrap | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/scripts/bootstrap b/scripts/bootstrap index 6ebe8c3..0003fda 100755 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -62,22 +62,6 @@ use_fish_shell() { echo "fish ✓" } -use_fisher() { - if ! (which fish > /dev/null) - then - echo "Skipping fisher: fish not installed" - elif ! (fish -c "which fisher" > /dev/null) - then - echo "Installing fisher..." - fish -c "curl -sL git.io/fisher | source && fisher install jorgebucaran/fisher" - fi - if (fish -c "which fisher" > /dev/null) - then - fish -c "fisher update" - echo "fisher ✓" - fi -} - setup_tmux() { if [[ ! -d ~/.tmux/plugins/tpm ]]; then git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm