This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# strap.sh - install and setup BlackArch Linux keyring | |
# mirror file to fetch and write | |
MIRROR_F="blackarch-mirrorlist" | |
# simple error message wrapper | |
err() | |
{ | |
echo >&2 "$(tput bold; tput setaf 1)[-] ERROR: ${*}$(tput sgr0)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"audio": "pipewire", | |
"bootloader": "systemd-bootctl", | |
"custom-commands": [ | |
"cd /home/devel; git clone https://aur.archlinux.org/paru.git", | |
"chown -R devel:devel /home/devel/paru", | |
"usermod -aG docker devel" | |
], | |
"!encryption-password": "supersecret", | |
"filesystem": "btrfs", |