Skip to content

Tiel's configuration scripts for applying a custom and consistent base on top of an Archcraft OS experience.

License

Notifications You must be signed in to change notification settings

Tiel-io/Tiel-Standard-Configuration

Repository files navigation

Tiel Standard Configuration

This repository contains configuration scripts for applying a custom, consistent, and opinionated base Arch Linux installation on top of a pre-installed Archcraft OS experience. The idea is that the systems used by Tiel should be simple and easy for everyone involved to setup and configure.

Usage

Download and run the tiel-standard-linux-installer.sh script. This script itself can be downloaded and executed using the contents of the tiel-standard-bootstrapper.sh script or by entering the following sequence of commands into your terminal:

mkdir ~/.tiel-standard
cd ~/.tiel-standard
wget -O tiel-standard-linux-installer.sh https://raw.githubusercontent.com/Tiel-io/Tiel-Standard-Configuration/master/tiel-standard-linux-installer.sh
sudo chmod +x tiel-standard-linux-installer.sh
./tiel-standard-linux-installer.sh true
sudo rm ~/.tiel-standard/tiel-standard-linux-installer.sh

The script downloads the files it needs to perform its job to the ~/.tiel-standard/ directory. If this directory does not exist, the script assumes that it is performing a full first-time setup. If the directory does exist, you can still force the application to act as if it were performing its first-time setup by passing a true parameter, ./tiel-standard-linux-installer.sh true.

Due to as-yet-unresolved issues, initial installation may require running the script multiple times between reboots before everything is fully configured as expected.

Special Thanks

Special thanks is owed to the following organizations and people, without whose work this standard configuration would not be possible.

About

Tiel's configuration scripts for applying a custom and consistent base on top of an Archcraft OS experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published