Update arch install

This commit is contained in:
KK
2026-06-25 08:48:57 +02:00
parent d1a43f0ff9
commit 5d125be800
5 changed files with 18 additions and 665 deletions

View File

@@ -10,6 +10,7 @@ core_packages=(
man-pages
clang
make
cmake
tcc
ripgrep
curl
@@ -17,6 +18,7 @@ core_packages=(
fzf
gdb
which
tree
)
network_packages=(
@@ -35,6 +37,7 @@ desktop_packages=(
xorg-xwayland
wl-clipboard
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
xdg-user-dirs
xdg-utils
grim
@@ -54,6 +57,7 @@ media_packages=(
font_packages=(
ttf-fira-code
ttf-jetbrains-mono
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
@@ -61,6 +65,7 @@ font_packages=(
ttf-liberation
ttf-dejavu
ttf-roboto
fontconfig
)
app_packages=(
@@ -135,6 +140,9 @@ visudo -cf /etc/sudoers.d/00-wheel
passwd "${username}"
curl -O https://download.sublimetext.com/sublimehq-pub.gpg && pacman-key --add sublimehq-pub.gpg && pacman-key --lsign-key 8A8F901A && rm sublimehq-pub.gpg
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf
pacman -Syu --needed \
"${core_packages[@]}" \
"${network_packages[@]}" \
@@ -142,7 +150,8 @@ pacman -Syu --needed \
"${media_packages[@]}" \
"${font_packages[@]}" \
"${app_packages[@]}" \
"${machine_packages[@]}"
"${machine_packages[@]}" \
sublime-merge sublime-text
updatedb
systemctl enable sshd.service