create them as
> choco list --local-only > choco.package.md
> choco pin > choco.package.pin.md
| #!/bin/bash | |
| # Define the parent directory where all your Git repositories are located | |
| # Run "pwd" in your terminal to find the correct path | |
| GIT_REPOS_PARENT_DIR="/Users/balexandre/Repositories" | |
| # Check if the directory exists | |
| if [ ! -d "$GIT_REPOS_PARENT_DIR" ]; then | |
| echo "Error: Directory '$GIT_REPOS_PARENT_DIR' not found." | |
| exit 1 |
| [user] | |
| name = Bruno Alexandre | |
| email = < email address > | |
| [alias] | |
| co = checkout | |
| br = branch | |
| unstage = reset HEAD -- | |
| last = log -1 HEAD | |
| visual = !gitk | |
| pp = !git fetch --all --prune && git pull |
below there are amd64 (intel cpu) and arm64 (apple silicon) images, use the command for your CPU
docker run -d -p 3306:3306 --name mariadb-pwd -e MYSQL_ROOT_PASSWORD=i-am-root -e MYSQL_USER=db-user -e MYSQL_PASSWORD=db-pass mariadb:latest
docker run -d -p 3306:3306 --name mariadb-pwd -e MYSQL_ROOT_PASSWORD=i-am-root -e MYSQL_USER=db-user -e MYSQL_PASSWORD=db-pass arm64v8/mariadb:latest| { | |
| "live_retry_timeout": 60, | |
| "preferred_language": "en", | |
| "check_updates": true, | |
| "save_logs": true, | |
| "log_location": "", | |
| "horizontal_layout": false, | |
| "theme": { | |
| "background_color": "#000000", | |
| "border_color": "#0CA597", |