mirror of
https://github.com/janishutz/arch-dev-vm.git
synced 2025-11-25 05:44:23 +00:00
change to gnome + network
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Arch-Dev-VM
|
# Arch-Dev-VM
|
||||||
|
|
||||||
This repo contains scripts to install a full Archlinux System with Xfce complete with the following additional packages:
|
This repo contains scripts to install a full Archlinux System with GNOME complete with the following additional packages:
|
||||||
- VSCodium (with custom settings)
|
- VSCodium (with custom settings)
|
||||||
- GDM (Gnome Display Manager)
|
- GDM (Gnome Display Manager)
|
||||||
- pip (optional)
|
- pip (optional)
|
||||||
|
|||||||
@@ -143,6 +143,7 @@ read
|
|||||||
EDITOR=nano visudo
|
EDITOR=nano visudo
|
||||||
|
|
||||||
systemctl enable gdm.service
|
systemctl enable gdm.service
|
||||||
|
systemctl enable NetworkManager.service
|
||||||
|
|
||||||
|
|
||||||
exit
|
exit
|
||||||
@@ -92,7 +92,7 @@ mount "/dev/${driveName}2" /mnt/boot
|
|||||||
|
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
pacstrap -K /mnt base linux-zen linux-firmware nano networkmanager efibootmgr grub man git xfce4 base-devel fish sudo gdm plymouth neovim --noconfirm
|
pacstrap -K /mnt base linux-zen linux-firmware nano networkmanager efibootmgr grub man git gnome base-devel fish sudo gdm plymouth neovim --noconfirm
|
||||||
|
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
|
|||||||
Reference in New Issue
Block a user