Skip to content

Commit 7fe405b

Browse files
committed
Add ghostty config
1 parent 75a63ff commit 7fe405b

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

ghostty/config

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
theme = Solarized Dark - Patched
2+
shell-integration-features = no-cursor
3+
cursor-style = block
4+
cursor-style-blink = false
5+
font-family = Hack Nerd Font Mono
6+
7+
initial-window = false
8+
copy-on-select = true
9+
background-opacity = 0.9
10+
background-blur-radius = 5
11+
window-step-resize = true
12+
macos-option-as-alt = true
13+
quick-terminal-screen = mouse
14+
#cursor-invert-fg-bg = true
15+
16+
# Keybindings
17+
keybind = global:alt+grave_accent=toggle_quick_terminal
18+
keybind = shift+ctrl+equal=new_split:right
19+
keybind = shift+ctrl+minus=new_split:down
20+
keybind = shift+ctrl+0=equalize_splits
21+
keybind = alt+h=goto_split:left
22+
keybind = alt+j=goto_split:bottom
23+
keybind = alt+k=goto_split:top
24+
keybind = alt+l=goto_split:right

install.conf.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
/opt/homebrew/bin/docker_cleanup.sh: scripts/docker_cleanup.sh
3434
/opt/homebrew/bin/giffify.py: scripts/giffify.py
3535
~/Library/Application Support/iTerm2/DynamicProfiles/Profiles.json: iterm2/Profiles.json
36+
~/Library/Application Support/com.mitchellh.ghostty/config: ghostty/config
3637
/opt/homebrew/bin/subl: /Applications/Sublime Text.app/Contents/SharedSupport/bin/subl
3738

3839
- shell:

0 commit comments

Comments
 (0)