Skip to content

Instantly share code, notes, and snippets.

View hyoban's full-sized avatar

Stephen Zhou hyoban

View GitHub Profile
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Battery Notification
# @raycast.mode inline
# @raycast.refreshTime 30s
# Optional parameters:
# @raycast.icon 🔋
@hyoban
hyoban / .gitconfig
Last active July 20, 2024 10:30
Hyoban's dotfiles
[user]
name = Stephen Zhou
email = hi@hyoban.cc
signingkey = /Users/hyoban/.ssh/id_ed25519.pub
[init]
defaultBranch = main
[core]
excludesfile = ~/.gitignore_global
quotepath = false
[gpg]