pykgr
Reproducible builds with python3 (by DylanEHolland)
aconfmgr
A configuration manager for Arch Linux (by CyberShadow)
pykgr | aconfmgr | |
---|---|---|
1 | 29 | |
0 | 1,301 | |
- | 4.2% | |
0.0 | 3.2 | |
about 3 years ago | 21 days ago | |
Python | Shell | |
BSD 3-clause "New" or "Revised" License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pykgr
Posts with mentions or reviews of pykgr.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-24.
-
The Curse of NixOS
Not being able to use it in a home directory without root was a major turn off for me. I actually started writing a python module to install packages in a way similar to nix (albeit I never got to reproducibility) but ran into problems building glibc and installing it to the home dir. I’d like to continue it one day.
https://github.com/DylanEHolland/pykgr
aconfmgr
Posts with mentions or reviews of aconfmgr.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-03.
- Aconfmgr: A configuration manager for Arch LinuxScore
-
Arch noob
Establishing a backup strategy. I'm using BTRFS with snapper and a pacman hook that creates a new snapshot before each upgrade. With ext4 I used timeshift. Besides that, I save my arch configuration with aconfmgr and my files with borg
-
New machine, same system: Top to bottom vs bottom to top
Since my last cloning I've setup aconfmgr and and systemd-homed. I've also been playing around with archinstall configs to partition the system with encryption how I like. In the future I'm planning to use archinstall and aconfmgr to setup a new system for me and then I'll copy over the backup of my home directory.
-
Best way to "log" a re-creatable install?
try this https://github.com/CyberShadow/aconfmgr
-
Rebuild a system
Have you tried aconfmgr? In addition to installing packages, it also tracks configurations in /etc and modified files.
- Alternatives to home-manager?
-
New arch install and partitioning, what's the best way to make backups that doesn't take up a ton of disk space?
For my backup I keep files in my home directory synced with my NAS via syncthing. For my system backup I don't actually backup up my system, I configure my system via aconfmgr and that config is stored in my home directory and synced to my NAS. Using aconfmgr to "backup" my system is extremely space effecient, my aconfmgr config is only 1.7 MB.
-
is there a good way to synchronize the system between different machines?
aconfmgr (in AUR) can be used to save and restore system configurations and installed packages. For user configuration you can use a dotfile manager like chezmoi (in repo).
-
Backup of system and package settings
I know you prefer backing up manually, but aconfmgr might be for you.
-
What do most people forget to do on a new install that's important?
To get something closer to nix on arch I like to use aconfmgr.
What are some alternatives?
When comparing pykgr and aconfmgr you can also consider the following projects:
star-history - The missing star history graph of GitHub repos - https://star-history.com
alis - Arch Linux Install Script (or alis, also known as the Arch Linux executable installation guide and wiki) installs an unattended, automated and customized Arch Linux system.
nix-embedded - Nix embedded image generator.
pacreport.d - Known ghost files for Arch Linux
nixos-beginners-handbook - The missing handbook for NixOS beginners
nix-ld - Run unpatched dynamic binaries on NixOS [maintainer=@Mic92]