Skip to content

Instantly share code, notes, and snippets.

View ollynevard's full-sized avatar
🧑‍💻
Jack of all trades

Olly Nevard ollynevard

🧑‍💻
Jack of all trades
View GitHub Profile
@ollynevard
ollynevard / strike_structurizr_theme.json
Created October 5, 2022 15:33
Strike Structurizr theme
{
"name": "Strike",
"elements": [
{
"tag": "Container",
"background": "#e8e8e8",
"color": "#201f1f",
"shape": "RoundedBox"
},
{
#!/bin/bash
# Store the current directory
current_directory=$(pwd)
# Setup colours
c_reset='\033[00m'
c_highlight='\033[33m'
echo -e "\n${c_highlight}Pulling in latest changes for all repositories...${c_reset}"