Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moparisthebest/pkgsync
Sync installed packages across Arch installs
https://github.com/moparisthebest/pkgsync
Last synced: about 2 months ago
JSON representation
Sync installed packages across Arch installs
- Host: GitHub
- URL: https://github.com/moparisthebest/pkgsync
- Owner: moparisthebest
- License: gpl-3.0
- Created: 2016-10-28T19:47:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T05:51:03.000Z (about 8 years ago)
- Last Synced: 2024-08-04T05:01:46.343Z (5 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pkgsync
A simple script to sync installed packages across Arch installs# Usage
Configure pkgsync by modifying /etc/default/pkgsync, follow instructions in comments. Then just run pkgsync on each system to sync packages.# Dependencies
This script is only for Linux distros that use pacman for package management. All dependencies are included in the Arch Linux base group but are listed out here for general info:Executable | Arch package providing
--- | ---
bash | bash
xargs | findutils
pacman | pacman
comm | coreutils
sort | coreutils## Links
AUR Package: https://aur.archlinux.org/packages/pkgsync