Replace alacritty with ghostty on Mac
This commit is contained in:
parent
2b5f3020f9
commit
90a6cc0e1f
8 changed files with 12 additions and 9 deletions
1
ghostty/.gitignore
vendored
Normal file
1
ghostty/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
os.ghostty
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
font-family = Input Mono Narrow
|
||||
font-style = Light
|
||||
|
||||
font-size = 10
|
||||
|
||||
theme = light:jdkaplan-light,dark:jdkaplan-dark
|
||||
|
||||
resize-overlay = never
|
||||
|
||||
window-inherit-working-directory = false
|
||||
|
||||
config-file = ?os.ghostty
|
||||
|
|
|
|||
3
ghostty/darwin.ghostty
Normal file
3
ghostty/darwin.ghostty
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
font-size = 12
|
||||
|
||||
quit-after-last-window-closed = true
|
||||
1
ghostty/linux.ghostty
Normal file
1
ghostty/linux.ghostty
Normal file
|
|
@ -0,0 +1 @@
|
|||
font-size = 12
|
||||
Loading…
Reference in a new issue