Skip to content

brandonwkipp/btw-i-use-arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btw-i-use-arch

This repository holds the ansible configurations for my adventures in tuning an Arch Linux system to combine my two favorite interests: audio and programming. It is very much a work in progress.

Setup

Arch Install

Do yourself a favor and just run archinstall. While you're at it, install the following additional packages: ansible, dhcpcd, git, & vim. Once the install is complete, chroot in and modify /etc/dhcpcd.conf to have this content.

Ansible Setup

We need to setup our vault to decrypt values in the playbook. Copy the secret from the password manager and place it here:

mkdir -p ~/.ansible
vim ~/.ansible/arch-secret.txt <- PLACE SECRET IN THIS FILE

AUR Ansible Collection (kewlfft.aur)

To install from the AUR, we need to download this collection:

ansible-galaxy collection install kewlfft.aur

Documentation

Special Thanks

About

BTW, I use Arch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published