Skip to content

A simple powerful Bash based script for an unattended, easy and fast way to install Arch Linux with XFCE4 Desktop Enviroment.

Notifications You must be signed in to change notification settings

gascodes/ArchXfce4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dots

My essential files for the installation of Arch Linux Pure version XFCE4

Include :

  • pkglist.txt with 'xfce panel profiles', 'xfce docklike'
  • pacman.conf with 'us' chaotics mirrors

    Just run...
    sudo pacman -S --needed -< pkglist.txt

    Eventually, to make sure the installed packages of your system match the list and remove all the packages that are not mentioned in it:

    pacman -Rsu $(comm -23 <(pacman -Qq | sort) <(sort pkglist.txt))

    - July 2022

  • About

    A simple powerful Bash based script for an unattended, easy and fast way to install Arch Linux with XFCE4 Desktop Enviroment.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages