Skip to content

Instantly share code, notes, and snippets.

@Gronis
Gronis / .zshrc
Last active January 15, 2024 09:22
fzf zsh history search ctrl-r
###########################################################################
# Put config here
###########################################################################
# alias ssh="kitty +kitten ssh"
alias ssh="TERM=xterm-256color ssh"
###########################################################################
@Gronis
Gronis / config
Last active January 9, 2025 15:17
hammerspoon application toggler
# .config/ghostty/config
theme = shades-of-purple
background = #1f1f1f
foreground = #ffffff
cursor-color = #ffffff
selection-foreground = #000000
selection-background = #eeeeee
bold-is-bright = true
font-feature = -calt
@Gronis
Gronis / Cargo.toml
Last active January 6, 2024 01:28
mkfont - A small cli utility app for converting png images to 1-bit per pixel binary representations. Typically used for pixel art fonts that need to embed graphics into the executable binary
[package]
name = "mkfont"
version = "0.1.0"
edition = "2021"
[dependencies]
minipng = "0.1.1"