Last active
December 7, 2023 02:40
-
-
Save SergioRibera/c30e826d7ada4a8385ac9b04a732bbb5 to your computer and use it in GitHub Desktop.
Automate ArchLinux Install
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
{ | |
"additional-repositories": [ | |
"multilib" | |
], | |
"archinstall-language": "English", | |
"audio_config": { | |
"audio": "pipewire" | |
}, | |
"bootloader": "Systemd-boot", | |
"config_version": "2.7.1", | |
"debug": true, | |
"hostname": "archlinux", | |
"kernels": [ | |
"linux-lts" | |
], | |
"locale_config": { | |
"kb_layout": "us", | |
"sys_enc": "UTF-8", | |
"sys_lang": "en_US" | |
}, | |
"mirror_config": { | |
"custom_mirrors": [], | |
"mirror_regions": { | |
"Worldwide": [ | |
"https://geo.mirror.pkgbuild.com/$repo/os/$arch" | |
] | |
} | |
}, | |
"network_config": { | |
"type": "nm" | |
}, | |
"no_pkg_lookups": false, | |
"ntp": true, | |
"offline": false, | |
"packages": [], | |
"parallel downloads": 5, | |
"profile_config": null, | |
"script": "guided", | |
"services": [], | |
"silent": false, | |
"skip_ntp": false, | |
"skip_version_check": false, | |
"swap": false, | |
"timezone": "UTC", | |
"uki": false, | |
"version": "2.7.1" | |
} |
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
adwaita-cursors | |
adwaita-icon-theme | |
arandr | |
aws-cli-v2 | |
bat | |
bleachbit | |
blender | |
blueman | |
bluez | |
bluez-utils | |
brightnessctl | |
bspwm | |
clamav | |
curl | |
git-delta | |
distrobox | |
docker | |
droidcam | |
dunst | |
easyeda-bin | |
exa | |
fd | |
feh | |
ffmpeg | |
ffmpegthumbnailer | |
fish | |
flameshot | |
flyctl-bin | |
fontconfig | |
gdm | |
gestures | |
git | |
gitoxide | |
gnome-keyring | |
gvfs | |
gvfs-afc | |
gvfs-goa | |
gvfs-google | |
gvfs-gphoto2 | |
gvfs-mtp | |
gvfs-smb | |
htop | |
insomnia-bin | |
iotop | |
kicad | |
kubectl | |
lazygit | |
ldtk | |
libadwaita | |
microsoft-edge-stable-bin | |
mold | |
mpv | |
neofetch | |
neovide | |
neovim | |
net-tools | |
nmap | |
nodejs | |
npm | |
nvim-packer-git | |
obs-studio | |
ouch | |
peek | |
playerctl | |
plymouth | |
polkit | |
polkit-gnome | |
python | |
qmk | |
ripgrep | |
rofi-calc | |
rofi-lbonn-wayland-git | |
rustup | |
scrcpy | |
screenkey | |
simplemoji | |
snapper | |
solaar | |
sound-theme-freedesktop | |
sudo | |
super_clipboard | |
surrealdb-bin | |
surrealist-bin | |
sxhkd | |
telegram-desktop | |
thunar | |
thunar-archive-plugin | |
thunar-media-tags-plugin | |
thunarx-python | |
trilium-bin | |
ttf-dejavu | |
ttf-iosevka-nerd | |
ttf-jetbrains-mono | |
ttf-liberation | |
ttf-opensans | |
ttf-roboto | |
ttf-ubuntu-font-family | |
udiskie | |
udisks2 | |
ueberzug | |
virtualbox | |
wayland | |
webkit2gtk | |
wezterm | |
wget | |
xorg-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment