M archlinux/PKGBUILD-shared => archlinux/PKGBUILD-shared +0 -2
@@ 8,7 8,6 @@ depends=(
atool
bind # dig
binutils # required for makepkg
-dhcpcd
firejail
fish
fzf
@@ 17,7 16,6 @@ iputils
jq
lsof
neovim
-net-tools # ifconfig
openbsd-netcat
openssh
pkgfile
M archlinux/PKGBUILD-thinkpad => archlinux/PKGBUILD-thinkpad +0 -2
@@ 6,11 6,9 @@ url="https://git.sr.ht/~alexdavid/dotfiles/"
depends=(
acpi
-dialog
fwupd
light
wireless_tools # iwgetid (in i3blocks script)
-wpa_supplicant
)
M archlinux/setup/chroot => archlinux/setup/chroot +5 -4
@@ 17,13 17,10 @@ function ask {
}
section "INSTALLING PACKAGES NEEDED AFTER REBOOT"
-ask WIFI "Install wifi-menu? (yes/no)"
-[ "$WIFI" == "yes" ] && pacman -S dialog wpa_supplicant
pacman -S \
- dhcpcd \
fakeroot binutils \
intel-ucode \
- netctl \
+ networkmanager \
sudo \
vi \
;
@@ 52,3 49,7 @@ passwd "$USERNAME"
section "SETTING UP SIMPLE FIREWALL"
cp /etc/iptables/simple_firewall.rules /etc/iptables/iptables.rules
systemctl enable iptables.service
+
+section "ENABLE SERVICES"
+systemctl enable NetworkManager
+systemctl enable systemd-timesyncd