From 38be3f005a6fd060f4640d0007e5eadc62222129 Mon Sep 17 00:00:00 2001 From: Valeriy Filippov Date: Thu, 5 Mar 2026 21:09:35 +0300 Subject: [PATCH] Add ghostty config --- .gitignore | 8 ++++++-- ghostty/README.md | 7 +++++++ ghostty/config | 5 +++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 ghostty/README.md create mode 100644 ghostty/config diff --git a/.gitignore b/.gitignore index d9e527a..2fecb9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ -* -.DS_Store +/* +!.gitignore +!README.md +**/.DS_Store + !nvim/ nvim/lazy-lock.json nvim/lazyvim.json +!ghostty/ diff --git a/ghostty/README.md b/ghostty/README.md new file mode 100644 index 0000000..8abe56b --- /dev/null +++ b/ghostty/README.md @@ -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 +``` diff --git a/ghostty/config b/ghostty/config new file mode 100644 index 0000000..8396032 --- /dev/null +++ b/ghostty/config @@ -0,0 +1,5 @@ +shell-integration-features = sudo +copy-on-select = clipboard +theme = Catppuccin Mocha +maximize = true +link-url = true