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