User Tools

Site Tools


ghostty

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ghostty [2025/01/07 17:54] – [ghostty] background dblumeghostty [2025/02/19 22:03] (current) dblume
Line 1: Line 1:
 ====== ghostty ====== ====== ghostty ======
 +
 +===== Framework Installation =====
 +
 +My Framework is an AMD Ubuntu 22.04.5 LTS.
 +
 +Download the appropriate package from [[https://github.com/mkasberg/ghostty-ubuntu/releases|the Releases Repo]]. Then install (or update) locally:
 +
 +<code bash>
 +sudo dpkg -i ./ghostty_1.1.2-0.ppa1_amd64_22.04.deb
 +</code>
 +
 +===== Configuration =====
  
 Consider reading [[https://www.reddit.com/r/Zig/comments/1hod58j/how_i_configure_ghostty/|r/Zig How I configure ghostty]]. Consider reading [[https://www.reddit.com/r/Zig/comments/1hod58j/how_i_configure_ghostty/|r/Zig How I configure ghostty]].
  
-The following config eases me in from my iTerm2 settings. There's probably a better theme, I didn't look for long.+The following config eases me in from my iTerm2 settings. Still exploring themes.
  
 <file text config> <file text config>
Line 17: Line 29:
 #theme = "MaterialDarker" #theme = "MaterialDarker"
 #theme = "mellow" #theme = "mellow"
-theme = "Monokai Pro Spectrum" +#theme = "Monokai Pro Spectrum" 
-background = 1C2021+theme = "catppuccin-mocha" 
 +#theme = "SpaceGray Eighties" 
 + 
 +# Esp for catppuccin-mocha, esp rokulog files 
 +palette = 6=#74d0c0 
 + 
 +# This foreground override is esp for SpaceGray Eighties 
 +#foreground = dddace 
 + 
 +# For Monokai Pro Spectrum 
 +#background = 141618 
 + 
 +# for catppuccin-mocha 
 +background = 1a1c1e 
 font-family = "Roboto Mono for Powerline" font-family = "Roboto Mono for Powerline"
 font-thicken = true font-thicken = true
 +
 window-height = 86 window-height = 86
 window-width = 120 window-width = 120
ghostty.1736301270.txt.gz · Last modified: 2025/01/07 17:54 by dblume