From 16e4165d14d88aaa775a38a16957f334989eab7a Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 14 Nov 2021 20:30:27 -0500 Subject: [PATCH] remove poetry from bootstrapping --- scripts/bootstrap | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/bootstrap b/scripts/bootstrap index 2911d8e..e4e8c62 100755 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -62,15 +62,10 @@ use_fish_shell() { echo "fish ✓" } -setup_poetry() { - poetry completions fish > "$(brew --prefix)/share/fish/vendor_completions.d/poetry.fish" -} - printf "\nbootstrapping...\n\n" install_xcode install_homebrew install_brews -setup_poetry use_fish_shell ("$DOTS/scripts/setup_symlinks")