Skip to content

Instantly share code, notes, and snippets.

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

@fabiodelllima
fabiodelllima / update-all.sh
Last active January 25, 2025 03:11
A shell script to automate system updates on Fedora, including package managers (DNF, Flatpak, Snap, pip, npm) and detection of manually installed programs that might need updates.
#!/bin/bash
COMMON_INSTALL_DIRS=(
"/opt"
"/usr/local/bin"
"$HOME/.local/bin"
"$HOME/bin"
)
BROWSER_PATTERNS=(