add poetry to bootstrap

This commit is contained in:
Noah Masur 2020-08-05 23:15:31 -04:00
parent feb9890ed5
commit 70c624c0f5
2 changed files with 5 additions and 3 deletions

View File

@ -125,12 +125,17 @@ install_spacemacs() {
echo "spacemacs ✓"
}
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_tmux
install_gitmux
setup_poetry
use_fish_shell
("$DOTS/scripts/setup_symlinks")

View File

@ -88,9 +88,6 @@ then
sudo spctl --master-disable
fi
# App Store Installs
mas install 1017470484 # NextMeeting - show upcoming meeting in menu bar
# ---
echo "Reset Launchpad"