remove poetry from bootstrapping

This commit is contained in:
Noah Masur 2021-11-14 20:30:27 -05:00
parent f51f0c0e3d
commit 16e4165d14

View File

@ -62,15 +62,10 @@ use_fish_shell() {
echo "fish ✓" echo "fish ✓"
} }
setup_poetry() {
poetry completions fish > "$(brew --prefix)/share/fish/vendor_completions.d/poetry.fish"
}
printf "\nbootstrapping...\n\n" printf "\nbootstrapping...\n\n"
install_xcode install_xcode
install_homebrew install_homebrew
install_brews install_brews
setup_poetry
use_fish_shell use_fish_shell
("$DOTS/scripts/setup_symlinks") ("$DOTS/scripts/setup_symlinks")