MatterLinux configuration manager
Go to file
2024-08-01 19:31:25 +03:00
locale/tr/LC_MESSAGES fix: remove libmp headers 2024-08-01 19:31:25 +03:00
src fix: remove libmp headers 2024-08-01 19:31:25 +03:00
.clang-format first commit 2024-05-01 21:02:15 +03:00
.gitignore first commit 2024-05-01 21:02:15 +03:00
LICENSE.txt first commit 2024-05-01 21:02:15 +03:00
Makefile fix: remove libmp headers 2024-08-01 19:31:25 +03:00
README.md fix: rename confer in README and comments 2024-08-01 19:07:57 +03:00

confer | MatterLinux configuration manager

confer is a simple tool for managing desktop/window manager configurations, it allows you to easily create configurations from your dot files and allows you to easily install them

Installation

To compile confer and to use it, you will need the following:

  • gcc
  • libgit2
  • make
  • gettext
  • libinih
  • curl
  • doas (or sudo)

After installing these dependencies, download the latest release for a stable build. Clone the repository only for development.

After downloading the source code, you can compile confer using the make tool:

make

After compiling it, you can install the binary, locales and the symbolic links:

make install