diff options
author | Saugat Acharya <mesaugat@gmail.com> | 2018-02-13 22:05:57 +0545 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-02-13 16:20:57 +0000 |
commit | dddf66467c9096a75a6c37461aa60106fd4abf9d (patch) | |
tree | b44954cfa0baca8efd4b105482b976c5d9dc0b9b | |
parent | 107b615d7e8057255c5e2974288df6bd8c859ddb (diff) | |
download | alacritty-dddf66467c9096a75a6c37461aa60106fd4abf9d.tar.gz alacritty-dddf66467c9096a75a6c37461aa60106fd4abf9d.zip |
Add info about default configuration for macOS
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -234,8 +234,10 @@ cp -r target/release/osx/Alacritty.app /Applications/ 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 -`alacritty.yml` at the git repository root. Alacritty looks for the -configuration file as the following paths: +`alacritty.yml` and `alacritty_macos.yml` at the git repository root for +Linux and macOS repsectively. + +Alacritty looks for the configuration file at the following paths: 1. `$XDG_CONFIG_HOME/alacritty/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 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 feature request, feel free to ask about it. Keep in mind that Alacritty is very |