This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# brew.post-install | |
# | |
# All brew packages available to be installed for this machine | |
cask_args appdir: '/Applications' | |
tap 'jesseduffield/lazygit' | |
tap 'zunit-zsh/zunit' | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# brew.post-install | |
# | |
# All brew packages available to be installed for this machine | |
cask_args appdir: '/Applications' | |
tap 'jesseduffield/lazygit' | |
tap 'zunit-zsh/zunit' | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: UniFi Protect Doorbell Ring Notifications | |
domain: automation | |
source_url: https://raw.githubusercontent.com/AngellusMortis/unifiprotect_blueprints/main/blueprints/automation/unifiprotect/notification_ring_event.yaml | |
description: "## UniFi Protect Doorbell Ring Notifications\n\nThis blueprint will | |
send push notifications to a Home Assistant mobile app when a doorbell ring is | |
detected.\n\n### Required Settings\n\n - UniFi Protect Doorbell Sensor\n\n### | |
Optional Settings\n\n - Notification target for the [mobile app notification | |
target][1].\n - Cutoff time before ring event for video clips.\n - Time formatting | |
strings. Timestamp is injected into the notification in case the notification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const recipes = [ | |
{ | |
"id": 1, | |
"name": "Lemon Cake", | |
"image_url": "https://celebratingsweets.com/wp-content/uploads/2021/04/Lemon-Coconut-Cake-2.jpg", | |
"serves": 10, | |
"parts": [ | |
{ | |
"name": "cake", | |
"ingredients": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = {user.fullname} | |
email = {user.email} | |
[core] | |
editor = nano | |
[commit] | |
template = /Users/{user.login}/.stCommitMsg | |
[alias] | |
ls = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative | |
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat |