Skip to content

Instantly share code, notes, and snippets.

View iza-w's full-sized avatar
👩‍💻
Working from home

Izabela iza-w

👩‍💻
Working from home
  • Warsaw, Poland
View GitHub Profile
@iza-w
iza-w / apps_install.sh
Created December 15, 2024 23:17 — forked from brunofbrito/apps_install.sh
Install my macOS apps with homebrew, cask and mas-cli
#!/bin/zsh
echo Time to install all apps at once!
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Installing Homebrew...
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo Installing Oh My Zsh...
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
@mgeeky
mgeeky / climate-control.yaml
Last active June 18, 2025 16:13
Climate Control - Home Assistant Air Conditioner automation blueprint
blueprint:
name: Climate Control
description: >
## ❄️ Chill Your Room Out! ❄️
![icon](https://developer.lametric.com/content/apps/icon_thumbs/55645_icon_thumb.gif?v=1)
_Forget about thy air conditioner remote!_
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active November 1, 2025 14:03
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example