2023-04-09 00:48:29 +02:00
2023-04-09 22:15:47 +02:00
2023-04-09 00:48:29 +02:00
2023-04-09 00:48:29 +02:00
2023-04-09 00:48:29 +02:00
2023-04-09 22:33:56 +02:00

laptop

Laptop configuration for Arch Linux

Requirements

Installation

As root

# (as root) Install the necessary dependencies
pacman -S ansible git which sudo

# (as root) Allow the "sudo" group to issue sudo commands
sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers

# (as root) Create a new user
useradd --create-home user

# (as root) Add a password for the newly created user
passwd user

# (as root) Add the "sudo" group for the created user
usermod -aG sudo user

# (as user) Pull the latest configuration and apply the latter
ansible-pull --url https://github.com/aminnairi/laptop.git --ask-become-pass

Where $USER is the username to allow sudo rights.

S
Description
No description provided
Readme GPL-3.0
1.8 MiB
Languages
Shell 70%
Lua 30%