feat(scripts): add develop

Add a `develop` script that runs either Docker Compose or Nix depending
on which files are present within the repository.

Also add a `dev` alias for the `develop` script.
This commit is contained in:
Oliver Davies 2023-07-19 11:38:36 +01:00
parent 9980f80e0b
commit 648e9ee023
2 changed files with 24 additions and 0 deletions

View file

@ -76,6 +76,7 @@
bindkey -M isearch " " magic-space
ialias cs="create-script"
ialias dev="develop"
ialias fetch="git fetch --all --jobs=4 --progress --prune"
ialias run="./run"
ialias pull="git pull --autostash --jobs=4 --summary origin"