vitorpy's Dotfiles
1# This is the configuration file for Ghostty.
2#
3# This template file has been automatically created at the following
4# path since Ghostty couldn't find any existing config files on your system:
5#
6# /home/vitorpy/.config/ghostty/config
7#
8# The template does not set any default options, since Ghostty ships
9# with sensible defaults for all options. Users should only need to set
10# options that they want to change from the default.
11#
12# Run `ghostty +show-config --default --docs` to view a list of
13# all available config options and their default values.
14#
15# Additionally, each config option is also explained in detail
16# on Ghostty's website, at https://ghostty.org/docs/config.
17
18# Config syntax crash course
19# ==========================
20# # The config file consists of simple key-value pairs,
21# # separated by equals signs.
22font-family = FiraCode Nerd Font
23# window-padding-x = 2
24#
25# # Spacing around the equals sign does not matter.
26# # All of these are identical:
27# key=value
28# key= value
29# key =value
30# key = value
31#
32# # Any line beginning with a # is a comment. It's not possible to put
33# # a comment after a config option, since it would be interpreted as a
34# # part of the value. For example, this will have a value of "#123abc":
35# background = #123abc
36#
37# # Empty values are used to reset config keys to default.
38# key =
39#
40# # Some config options have unique syntaxes for their value,
41# # which is explained in the docs for that config option.
42# # Just for example:
43# resize-overlay-duration = 4s 200ms
44theme = Zenburn
45keybind = shift+enter=text:\x1b\r
46command = /usr/bin/fish
47
48# Cursor visibility
49cursor-style = block
50cursor-style-blink = true