I like coding, and I create cool things and Software Memeware on my (very little) freetime.
My most recent projects are:
- dev-bootstrap.sh - Easily bootstrap a new computer with developer tooling in under 15min. ✨ 🚀
- Kitty Poker - A Planning Poker app with a modern design and Catppuccin-inspired color palette. (still a WIP with some quirks here and there)
- Custom New Tab - Replace the new tab page with a custom URL in Edge, Chrome or Firefox.
- UI Tools - Set of UI tools including a color picker, image color picker and built-in Catppuccin Palette reference.
- Large Type Svelte - Display and share text in a LARGE FONT, directly from your phone!
- Unphrazle - a tool that helps you find words for word-guessing games. (such as Phrazle)
- Oppressor Suppressor - need I say more?
Assuming you're using zsh, here's what you'll need:
- Install Powerline10k with these instructions. (I use the Maple Mono font, but any NerdFont should display the fancy glyphs nicely.
- (optional) copy my Powerlevel10k configuration to make yours look the same:
curl https://raw.githubusercontent.com/lily-gh/devtools/main/p10k/.p10k.zsh >| ~/.p10k.zshMesloLGS NF / Maple Mono NL NF font family in your terminal's settings for the icons to show up properly.
- Install eza for nicer file listing
brew install ezaAdd these aliases in your .zshrc:
# checks if eza command is available before setting the aliases
if [ -x "$(command -v eza)" ]; then
alias l="eza -1 --long --header --icons --group-directories-first"
alias ls="eza -1 --group-directories-first"
alias ll="eza --long --header --icons --group-directories-first --no-permissions --total-size"
alias lp="eza --long --header --icons --group-directories-first --total-size"
alias la="eza -a --long --header --icons --group-directories-first"
alias lt="eza --tree --long --header --icons --git-ignore --group-directories-first"
alias t="eza --tree --header --icons --git-ignore --group-directories-first"
fi- The tool I'm using for managing tabs and panes in the terminal is Zellij.
If you like the things I create, consider supporting me on Ko-fi 💖
🩷🩷🩷🩷🩷


