diff --git a/README.md b/README.md index 47c8df9..6152e81 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# confy +

+ confy logo +

-a config manager for linux/unix based systems including macos (unix) and windows. +

confy

-simple tui for keeping track of all your config files in one place. no more hunting through ~/.config. +

a config manager for linux/unix based systems including macos (unix) and windows.

+

simple tui for keeping track of all your config files in one place. no more hunting through ~/.config.

+--- ## features @@ -24,13 +28,11 @@ simple tui for keeping track of all your config files in one place. no more hunt ## installation ### from AUR (arch linux) - ```bash yay -S confy-tui ``` ### manual install - ```bash git clone https://gitlab.com/phluxjr/confy.git cd confy @@ -100,7 +102,6 @@ rollback can be disabled in config.json: ### colors customize colors in `~/.config/confy/config.json` under `settings.colors`. values can be named colors or hex codes: - ```json "settings": { "colors": { @@ -163,7 +164,6 @@ organize related configs into groups, search through everything, sort however yo simple, fast, does one thing well. ## examples - ```bash # start confy confy @@ -209,17 +209,17 @@ on windows, change the config directory to where you keep your configs: # navigate to C:\Users\YourName\AppData\Local or wherever ``` -## license +--- -GPL-3.0-or-later +

+ copyright © 2025-2026 phluxjr
+ GPL-3.0-or-later +

-## contributing +

+ prs welcome! this is a simple tool but if you have ideas for improvements, open an issue or submit a pr. +

-prs welcome! this is a simple tool but if you have ideas for improvements, open an issue or submit a pr. - -## man page - -a man page is included. after installing via AUR it's available automatically: -```bash -man confy -``` +

+ man page included - man confy after install +

diff --git a/confy-logo.png b/confy-logo.png new file mode 100644 index 0000000..29f9aee Binary files /dev/null and b/confy-logo.png differ