Skip to content

iljo-dp/IPISS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPISS - Arch Linux Setup Script

Overview

IPISS is a setup script designed to streamline the configuration of a fresh Arch Linux installation. The goal of this script is to automate the setup process to make your Arch system ready with your desired configuration and tools.

Technology

  • Language: Go
  • Script: Bash

The script is designed to be run after installing Arch Linux, simplifying the process of customizing your system according to your preferences.

Features

  • Automated Configuration: Automates the setup process, including installation of software and configuration tweaks.
  • Release Management: Provides options to use the latest stable release or the latest pre-release (dev build) of the setup script.

Installation and Usage

  1. Download and Run the Setup Script

    After installing Arch Linux, execute the following command to download and run the setup script:

    curl -sL https://raw.githubusercontent.com/iljo-dp/IPISS/main/start.sh -o /tmp/start.sh && bash /tmp/start.sh

    This command will:

    • Download the start.sh script to a temporary file.
    • Run the script, which will prompt you to select between the latest stable release or pre-release.