This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################### | |
# Put config here | |
########################################################################### | |
# alias ssh="kitty +kitten ssh" | |
alias ssh="TERM=xterm-256color ssh" | |
########################################################################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "mkfont" | |
version = "0.1.0" | |
edition = "2021" | |
[dependencies] | |
minipng = "0.1.1" |
OlderNewer