Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paulemacedo/archemy
- Owner: paulemacedo
- License: mit
- Created: 2024-12-08T06:42:42.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T05:47:57.000Z (22 days ago)
- Last Synced: 2025-01-20T06:36:11.687Z (22 days ago)
- Topics: archlinux, install-script
- Language: Shell
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Archemy is a modular script for installing and configuring Linux systems, focusing on Arch and its derivatives.
![]()
![]()
![]()
![]()
## 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.