Skip to content

Commit

Permalink
ghostty: more ghostty things.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Dec 27, 2024
1 parent a4617c5 commit c476d74
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions roles/ghostty/files/config.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

# Theme Config
theme = catppuccin-mocha

# Font
font-size = 15
font-family = "BerkeleyMono Nerd Font"
font-size = 16
bold-is-bright = true

# Window Config
macos-titlebar-style = hidden

# Cursor style
cursor-style = block
cursor-style-blink = true

# Clipboard settings
clipboard-read = allow
clipboard-write = allow
copy-on-select = true

# Allow option to work as alt on macos
macos-option-as-alt = true

2 changes: 1 addition & 1 deletion roles/hammerspoon/files/config/apps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ return {
summon = 'm', -- [M]eetings
},
Terminal = {
id = 'net.kovidgoyal.kitty',
id = 'com.mitchellh.ghostty',
summon = 't', -- [T]erminal
},
Windows = {
Expand Down

0 comments on commit c476d74

Please sign in to comment.