This commit is contained in:
2023-03-04 11:57:58 -05:00
parent be4629662d
commit 5a44ebff88
3 changed files with 57 additions and 14 deletions

View File

@@ -40,6 +40,7 @@ bootstrap-espanso:
bootstrap-non-brews: bootstrap-logitech bootstrap-amazon-workdocs bootstrap-espanso
# TODO: Remove stow in favor of customized scripts.
stow:
@stow --stow --verbose --target ~ */
@@ -47,6 +48,10 @@ stow:
bootstrap: bootstrap-homebrew bootstrap-brews bootstrap-casks stow bootstrap-non-brews bootstrap-app-store
open ~/Downloads
bootstrap-minimal: bootstrap-homebrew bootstrap-brews
$(shell "$(PWD)/install")
brew install --cask iterm2
# make a local zsh configuration file, to extend
# the normal .zshrc for configuration that is only
# relevant on the local machine.