file is actually called 'config.conf'

Chris 2018-06-09 23:39:19 -04:00
parent b055c40008
commit fea4740da4
1 changed files with 1 additions and 1 deletions

@ -3,7 +3,7 @@ Neofetch is installed, now what?
### Using the config file ### Using the config file
Neofetch will by default create a config file at `$HOME/.config/neofetch/config` on first run. This file contains options to control all aspects of the output. The config file allows you to keep your customization between versions and allows you to easily share your customization with other people. Neofetch will by default create a config file at `$HOME/.config/neofetch/config.conf` on first run. This file contains options to control all aspects of the output. The config file allows you to keep your customization between versions and allows you to easily share your customization with other people.
You can launch the script without a config file by using the flag `--config none` and you can specify a custom config location using `--config path/to/config`. You can launch the script without a config file by using the flag `--config none` and you can specify a custom config location using `--config path/to/config`.