Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
/ andromeda Public archive

A command line utility for simple automated package installations on Arch-based systems.

Notifications You must be signed in to change notification settings

felix-u/andromeda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Description

Andromeda is a command line utility for Arch-based systems, written in bash. It installs packages separated by whitespace in a plain text file. Helpful for setting up OS installs.

Dependencies

Andromeda uses paru, though it can be easily modified to work with pacman or your package manager/AUR helper of choice. Install paru-bin with an AUR helper, or manually by following its official installation instructions.

Installation

Clone this repo and execute ./andromeda from its location, or alternatively, copy ./andromeda into /usr/bin/.

Usage

Separate package names by spaces, tabs, or newlines in a plain text file. Pass this file as an argument to andromeda:

andromeda ~/path/to/file.txt

About

A command line utility for simple automated package installations on Arch-based systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages