Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulemacedo/archemy

Script modular para instalação e configuração de sistemas Linux, com foco em distribuições Arch e derivadas.
https://github.com/paulemacedo/archemy

archlinux install-script

Last synced: 3 days ago
JSON representation

Script modular para instalação e configuração de sistemas Linux, com foco em distribuições Arch e derivadas.

Awesome Lists containing this project

README

        


Archemy Icon

Archemy is a modular script for installing and configuring Linux systems, focusing on Arch and its derivatives.



Bash
Made by
Love
GitHub license

## Features
- Automatic package manager detection
- Package installation via pacman, paru, yay, apt, dnf, and Flatpak
- Hyprland dotfiles installation
- System optimizations

## Usage
```bash
git clone https://github.com/paulemacedo/Archemy.git
cd Archemy
./main.sh
```
## Options
- `No Commands`: Runs the main script with menu
- `-h, --help`: Displays the help message
- `-i, --minimal`: Installs all applications
- `-c, --complete`: Installs all applications and syncs the clock with Windows

## Modules
- `package_manager.sh`: Package management
- `system_update.sh`: System update
- `software_installation.sh`: Application installation
- `dotfiles.sh`: Hyprland dotfiles installation
- `system_config.sh`: System configurations
- `helper.sh`: Auxiliary functions for messages, logs, backups, and checks

## Contribution
Pull requests are welcome. For major changes, please open an issue first.