https://github.com/artemventvent/mas
My arch linux setup
https://github.com/artemventvent/mas
archlinux bash dotfiles linux shell-script
Last synced: 7 months ago
JSON representation
My arch linux setup
- Host: GitHub
- URL: https://github.com/artemventvent/mas
- Owner: artemventvent
- License: mit
- Created: 2025-07-30T08:28:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T08:47:33.000Z (8 months ago)
- Last Synced: 2025-07-30T10:41:07.000Z (8 months ago)
- Topics: archlinux, bash, dotfiles, linux, shell-script
- Language: CSS
- Homepage:
- Size: 16.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MAS — My Arch Setup
📦 This script automates the post-installation setup of your Arch Linux system after installing via `archinstall` with Hyprland.
## 🧩 Features
- Installs required packages from both official repositories and AUR
- Copies all configuration files into the home directory
## 📁 Project Structure
```
MAS/
├── install.sh # Main installation script
├── pacman.txt # List of official packages
├── aur.txt # List of AUR packages
├── configs/ # All configuration files, including .config and dotfiles
├── .config/
```
## ⚙️ Requirements
- Arch Linux
- A user with `sudo` privileges
- Hyprland and a working base system
## 🚀 Usage
```bash
git clone https://github.com/artemventvent/MAS.git
cd MAS
./install.sh
```