mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Enhance README with user management and syntax update
Updated README to include user, group, and PGP key management information and modified package management syntax.
This commit is contained in:
@@ -160,6 +160,8 @@ Decman has built-in functionality for managing files and directories. Additional
|
|||||||
- [aur](/docs/aur.md)
|
- [aur](/docs/aur.md)
|
||||||
- [flatpak](/docs/flatpak.md)
|
- [flatpak](/docs/flatpak.md)
|
||||||
|
|
||||||
|
Additionally management of [users, groups and PGP keys](/docs/extras.md) is provided by built-in modules.
|
||||||
|
|
||||||
Plugins can be disabled if desired and flatpaks are disabled by default.
|
Plugins can be disabled if desired and flatpaks are disabled by default.
|
||||||
|
|
||||||
Please read the documentation to understand the functionality of those plugins in detail. Here are quick examples to show what the default plugins are capable of.
|
Please read the documentation to understand the functionality of those plugins in detail. Here are quick examples to show what the default plugins are capable of.
|
||||||
@@ -408,7 +410,7 @@ import decman
|
|||||||
|
|
||||||
if socket.gethostname() == "laptop":
|
if socket.gethostname() == "laptop":
|
||||||
# add brightness controls to your laptop
|
# add brightness controls to your laptop
|
||||||
decman.pacman.packages += ["brightnessctl"]
|
decman.pacman.packages |= {"brightnessctl"}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Alternatives
|
## Alternatives
|
||||||
|
|||||||
Reference in New Issue
Block a user