Quick-share command line scripts for use in quick command runner like Makefile or Justfile.
make setup_dev # Install all dependencies and setup development environment
make assert_setup_dev # Validate setup
- macOS
- Homebrew
- Zsh shell
git submodule add -b main https://github.com/wisarootl/shared-scripts.git scripts/shared
setup_dev:
chmod +x scripts/shared/node/setup_dev.sh
./scripts/shared/node/setup_dev.sh
exec zsh