This repository stores all of the scripts I use. Also contains some boilerplate code that I use quite often.
This is a script I use to set up a new Mac for development and installs the following:
- Xcode Command Line Tools
- Homebrew and libraries / casks
- pip packages
It also sets up:
- zsh environment
- custom shell prompt
- custom aliases
setup.sh -f <file>
Used to build containers in Docker. This script was written by an ex-colleague of mine and I have used it ever since (I made some improvements of my own though).
./build_container.sh PORT
Argument | Description | Example | Default Value |
---|---|---|---|
PORT | Incoming port | 80 | 80 |
Sets up a multi-container Docker application using Compose.
./build_service.sh