Common settings (all editions) for Garuda Linux
Go to file
BluishHumility 93f0691b06 feat(garuda-common-settings): add syntax highlighting for configs in micro
Add syntax highlighting for config files opened in Micro that don't directly call a shell.
* Add a syntax definition for `filetype: conf` in `syntax/conf.yaml` with some basic rules (for example, highlighting commented lines);
* Define `/etc/*` and `/home/*/.config/*` as conf filetype in `settings.json`, because they contain a lot of config files that don't end in ".conf" or ".cfg".
2023-11-11 10:27:16 -05:00
.gitlab feat: add information, ci checking commit message and remove PKGBUILD 2023-11-07 15:57:09 +01:00
etc feat(garuda-common-settings): add syntax highlighting for configs in micro 2023-11-11 10:27:16 -05:00
usr Mark LO interface as unmanaged (this should be reverted in the next KDE release) 2023-02-20 04:51:35 +01:00
.gitlab-ci.yml feat: add information, ci checking commit message and remove PKGBUILD 2023-11-07 15:57:09 +01:00
LICENSE feat: add information, ci checking commit message and remove PKGBUILD 2023-11-07 15:57:09 +01:00
README.md feat: add information, ci checking commit message and remove PKGBUILD 2023-11-07 15:57:09 +01:00

README.md

Garuda Linux common settings

Commitizen friendly

Found any issue?

  • If any packaging issues occur, don't hesitate to report them via our issues section of our PKGBUILD repo. You can click here to create a new one.
  • If issues concerning the configurations and settings occur, please open a new issue on this repository. Click here to start the process.

How to contribute?

We highly appreciate contributions of any sort! 😊 To do so, please follow these steps:

We will then review the changes and eventually merge them.

Where is the PKGBUILD?

The PKGBUILD can be found in our PKGBUILDs repository. Accordingly, packaging changes need to be happening over there.

How to deploy a new version?

To deploy a new version, pushing a new tag is sufficient. The deployment will happen automatically via the PKGBUILDs repo's pipelines, which check half-hourly for the existance of a more recent tag.