Skip to content

This repo includes files used to install my Arch Linux setup.

Notifications You must be signed in to change notification settings

OlivierBrabanders/arch_install_file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Install my Arch Linux setup

The files in this repo can be used to easily replicate the programs on my Arch Linux setup. Dependencies:

Usage:

  • Add yourself as user:
useradd -m -G wheel -s /bin/bash <username>
passwd <username>
  • Use visudo to use sudo for yourself by adding <username> ALL=(ALL) ALL below root ALL=(ALL) ALL
  • Reboot and login to newly created user
reboot
  • Install graphic tools
sudo pacman -S xorg-server xorg-xinit xorg-server-utils mesa
sudo pacman -S xorg-twm xorg-xclock xterm
  • Clone the repository:
git clone https://github.com/Kr0n092/arch_install_file.git
  • Change directories:
cd arch_install_file
  • Make install.sh executable
chmod +x install.sh
  • Execute shell script
./install.sh
  • Reboot
reboot

About

This repo includes files used to install my Arch Linux setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages