mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 13:25:38 +00:00
add poetry to bootstrap
This commit is contained in:
parent
feb9890ed5
commit
70c624c0f5
@ -125,12 +125,17 @@ install_spacemacs() {
|
|||||||
echo "spacemacs ✓"
|
echo "spacemacs ✓"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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_tmux
|
setup_tmux
|
||||||
install_gitmux
|
install_gitmux
|
||||||
|
setup_poetry
|
||||||
use_fish_shell
|
use_fish_shell
|
||||||
("$DOTS/scripts/setup_symlinks")
|
("$DOTS/scripts/setup_symlinks")
|
||||||
|
|
||||||
|
@ -88,9 +88,6 @@ then
|
|||||||
sudo spctl --master-disable
|
sudo spctl --master-disable
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# App Store Installs
|
|
||||||
mas install 1017470484 # NextMeeting - show upcoming meeting in menu bar
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
echo "Reset Launchpad"
|
echo "Reset Launchpad"
|
||||||
|
Loading…
Reference in New Issue
Block a user