Add ghostty config
dblume

dblume commited on 2025-01-07 10:26:07
Showing 2 changed files, with 20 additions and 9 deletions.

... ...
@@ -0,0 +1,10 @@
1
+# https://wiki.dlma.com/ghostty
2
+# https://ghostty.org/docs/config
3
+theme = "Builtin Pastel Dark"
4
+font-family = "Roboto Mono for Powerline"
5
+font-thicken = true
6
+window-height = 60
7
+window-width = 120
8
+ 
9
+# consider
10
+#copy-on-select = clipboard
... ...
@@ -70,15 +70,16 @@ See [config.dlma.com](http://config.dlma.com) for more.
70 70
     2. .config/nvim/colors/nvim\_desert.vim
71 71
     3. .local/share/nvim/site/plugin/ plugins
72 72
 4. .gitconfig and .gitignore
73
-5. .tmux.conf
74
-6. .inputrc, for vi mode and a [partially matched command history traversal](http://askubuntu.com/questions/59846/bash-history-search-partial-up-arrow/59855#59855).
75
-7. .editrc, for vi mode and tab word completion in macOS.
76
-8. .ssh/config, for a [fix for CVE-2016-0777](https://news.ycombinator.com/item?id=10901588). (Or upgrade to OpenSSH 7.1p2 released Jan 14, 2016 from http://www.openssh.com.)
77
-9. .ripgreprc, for ripgrep, or [rg](https://github.com/BurntSushi/ripgrep/).
78
-10. .gdbinit
79
-11. .visidatarc, to hide [visidata's](https://www.visidata.org/) menu at the top, for the old school UI.
80
-12. .config/gitui/key\_bindings.ron, for vim key bindings in [gitui](https://github.com/extrawurst/gitui).
81
-13. [i3](https://i3wm.org/) configs.
73
+5. [Ghostty](https://ghostty.org/) config in .config/ghostty/config
74
+6. .tmux.conf
75
+7. .inputrc, for vi mode and a [partially matched command history traversal](http://askubuntu.com/questions/59846/bash-history-search-partial-up-arrow/59855#59855).
76
+8. .editrc, for vi mode and tab word completion in macOS.
77
+9. .ssh/config, for a [fix for CVE-2016-0777](https://news.ycombinator.com/item?id=10901588). (Or upgrade to OpenSSH 7.1p2 released Jan 14, 2016 from http://www.openssh.com.)
78
+10. .ripgreprc, for ripgrep, or [rg](https://github.com/BurntSushi/ripgrep/).
79
+11. .gdbinit
80
+12. .visidatarc, to hide [visidata's](https://www.visidata.org/) menu at the top, for the old school UI.
81
+13. .config/gitui/key\_bindings.ron, for vim key bindings in [gitui](https://github.com/extrawurst/gitui).
82
+14. [i3](https://i3wm.org/) configs.
82 83
 
83 84
 #### Optional manual steps for fresh setups
84 85
 
85 86