Add ghostty config
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,5 +1,9 @@
|
|||||||
*
|
/*
|
||||||
.DS_Store
|
!.gitignore
|
||||||
|
!README.md
|
||||||
|
**/.DS_Store
|
||||||
|
|
||||||
!nvim/
|
!nvim/
|
||||||
nvim/lazy-lock.json
|
nvim/lazy-lock.json
|
||||||
nvim/lazyvim.json
|
nvim/lazyvim.json
|
||||||
|
!ghostty/
|
||||||
|
|||||||
7
ghostty/README.md
Normal file
7
ghostty/README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
### MacOS
|
||||||
|
|
||||||
|
Add to your default ghostty config in `~/Library/Application Support/com.mitchellh.ghostty/config` for use this file
|
||||||
|
|
||||||
|
```txt
|
||||||
|
config-file = ~/.config/ghostty/config
|
||||||
|
```
|
||||||
5
ghostty/config
Normal file
5
ghostty/config
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
shell-integration-features = sudo
|
||||||
|
copy-on-select = clipboard
|
||||||
|
theme = Catppuccin Mocha
|
||||||
|
maximize = true
|
||||||
|
link-url = true
|
||||||
Reference in New Issue
Block a user