mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
remove poetry from bootstrapping
This commit is contained in:
parent
f51f0c0e3d
commit
16e4165d14
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user