Skip to content

Instantly share code, notes, and snippets.

View sttamper's full-sized avatar
🎯
Focusing

German Valencia sttamper

🎯
Focusing
View GitHub Profile
@sttamper
sttamper / jreleaser.gradle
Last active January 30, 2026 17:15
A ready for production jreleaser configuration
jreleaser {
project {
name = 'zco-tournament-api'
authors = ['Captain Mcwiise']
license = 'Apache-2.0'
versionPattern = 'SEMVER'
inceptionYear = '2025'
}
release {
@sttamper
sttamper / starship.toml
Last active February 1, 2026 12:10
The best starship configuration ever
"$schema" = 'https://starship.rs/config-schema.json'
format = """
$directory$git_branch$git_status$fill$aws$nodejs$java$gradle$custom
$os$character
"""
[fill]
symbol = ' '