Provide sample configuration file showing how one would use commands

This commit is contained in:
Dylan M. Taylor 2021-05-19 22:05:59 -04:00 committed by Dylan Taylor
parent 182babf33a
commit 7775d877d8
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
{
"audio": "pipewire",
"bootloader": "systemd-bootctl",
"custom-commands": [
"cd /tmp; git clone https://aur.archlinux.org/paru.git; cd paru; makepkg -si",
"paru -S --noconfirm bitwarden discord etcher-bin google-chrome steam visual-studio-code-bin"
],
"desktop": "gnome",
"!encryption-password": "supersecret",
"filesystem": "btrfs",
"harddrive": {
"path": "/dev/nvme0n1"
},
"hostname": "development-box",
"kernels": [
"linux"
],
"keyboard-language": "us",
"mirror-region": {
"Worldwide": {
"https://mirror.rackspace.com/archlinux/$repo/os/$arch": true
}
},
"nic": {
"NetworkManager": true
},
"packages": ["docker", "firefox", "gimp", "git", "hexchat", "libreoffice-fresh", "vlc", "wget", "zsh"],
"superusers": {
"devel": {
"!password": "devel"
}
},
"timezone": "US/Eastern",
"users": {}
}
}