1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00

Add info about default configuration for macOS

This commit is contained in:
Saugat Acharya 2018-02-13 22:05:57 +05:45 committed by Christian Duerr
parent 107b615d7e
commit dddf66467c

View file

@ -234,8 +234,10 @@ cp -r target/release/osx/Alacritty.app /Applications/
Although it's possible the default configuration would work on your system, Although it's possible the default configuration would work on your system,
you'll probably end up wanting to customize it anyhow. There is a default you'll probably end up wanting to customize it anyhow. There is a default
`alacritty.yml` at the git repository root. Alacritty looks for the `alacritty.yml` and `alacritty_macos.yml` at the git repository root for
configuration file as the following paths: Linux and macOS repsectively.
Alacritty looks for the configuration file at the following paths:
1. `$XDG_CONFIG_HOME/alacritty/alacritty.yml` 1. `$XDG_CONFIG_HOME/alacritty/alacritty.yml`
2. `$XDG_CONFIG_HOME/alacritty.yml` 2. `$XDG_CONFIG_HOME/alacritty.yml`
@ -252,7 +254,7 @@ the config file. The only exception is the `font` and `dimensions` sections
which requires Alacritty to be restarted. For further explanation of the config which requires Alacritty to be restarted. For further explanation of the config
file, please consult the comments in the default config file. file, please consult the comments in the default config file.
## Issues (known, unknown, feature requests, etc) ## Issues (known, unknown, feature requests, etc.)
If you run into a problem with Alacritty, please file an issue. If you've got a If you run into a problem with Alacritty, please file an issue. If you've got a
feature request, feel free to ask about it. Keep in mind that Alacritty is very feature request, feel free to ask about it. Keep in mind that Alacritty is very