mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
779 B
779 B
laptop
Laptop configuration for Arch Linux
Requirements
Setup
Create the user as administrator
# Install the necessary dependencies
pacman -S sudo fish git
# Allow members of the group "sudo" to issue sudo commands
sed -i 's/# %sudo/%sudo/g' /etc/sudoers
# Add the "sudo" group
groupadd sudo
# Add the unprivileged user
useradd --create-home --shell --groups sudo --uid 1000 /bin/fish user
# Setup the password for the unprivileged user
passwd user
Laptop installation as user
# Clone the repository
git clone https://github.com/aminnairi/laptop.git
# Change the current working directory
cd laptop
# Apply the configuration
bash main.sh