mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
add poetry to bootstrap
This commit is contained in:
parent
feb9890ed5
commit
70c624c0f5
@ -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")
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user