This repository contains reusable shell scripts intended for use with quick command runners like Makefile or Justfile. It is designed to be added as a Git submodule in other projects.
make setup_dev
make assert_setup_dev
- macOS
- Homebrew
- Zsh shell
- Add as Submodule
git submodule add -b main https://github.com/wislertt/shared-scripts.git scripts/shared
- Example Makefile Usage
setup_dev:
chmod +x scripts/shared/node/setup_dev.sh
./scripts/shared/node/setup_dev.sh
exec zsh