···11+# This is the configuration file for Ghostty.
22+#
33+# This template file has been automatically created at the following
44+# path since Ghostty couldn't find any existing config files on your system:
55+#
66+# /home/bpavuk/.config/ghostty/config
77+#
88+# The template does not set any default options, since Ghostty ships
99+# with sensible defaults for all options. Users should only need to set
1010+# options that they want to change from the default.
1111+#
1212+# Run `ghostty +show-config --default --docs` to view a list of
1313+# all available config options and their default values.
1414+#
1515+# Additionally, each config option is also explained in detail
1616+# on Ghostty's website, at https://ghostty.org/docs/config.
1717+#
1818+# Ghostty can reload the configuration while running by using the menu
1919+# options or the bound key (default: Command + Shift + comma on macOS and
2020+# Control + Shift + comma on other platforms). Not all config options can be
2121+# reloaded while running; some only apply to new windows and others may require
2222+# a full restart to take effect.
2323+2424+# Config syntax crash course
2525+# ==========================
2626+# # The config file consists of simple key-value pairs,
2727+# # separated by equals signs.
2828+# font-family = Iosevka
2929+# window-padding-x = 2
3030+#
3131+# # Spacing around the equals sign does not matter.
3232+# # All of these are identical:
3333+# key=value
3434+# key= value
3535+# key =value
3636+# key = value
3737+#
3838+# # Any line beginning with a # is a comment. It's not possible to put
3939+# # a comment after a config option, since it would be interpreted as a
4040+# # part of the value. For example, this will have a value of "#123abc":
4141+# background = #123abc
4242+#
4343+# # Empty values are used to reset config keys to default.
4444+# key =
4545+#
4646+# # Some config options have unique syntaxes for their value,
4747+# # which is explained in the docs for that config option.
4848+# # Just for example:
4949+# resize-overlay-duration = 4s 200ms
5050+5151+window-decoration = none
5252+5353+theme = Gruvbox Dark Hard
+3
ghostty/README.md
···11+# Ghostty
22+33+To install configuration files from here, run `stow ghostty`. On NixOS, Ghostty comes with this flake, preconfigured and enabled by default.