arch

Install scripts and configuration files for Arch Linux.

UNLICENSE License

Stars
4
Committers
1

Arch

As part of an ongoing effort to reduce unsolicited attachment to material assets and hardware, I've decided to create this project with the aim of making it absolutely trivial to clone my laptop's working environment and perform backups.

Installation

Install Arch Linux.

git clone https://github.com/mewmew/arch
# Copy configuration files.
cp -T -r arch/config/ ${HOME}/
cp -r arch/bin ${HOME}/
# Restart shell to load profile.
/bin/bash
# Install programs.
cd ${HOME}/arch/install/
./fresh_install.sh

Backup

DST_DIR=/mnt/backup ${HOME}/backup.sh