mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
fbe0864c98dc1b2a3dfa8f141253c03383f3a9fa
laptop
Laptop configuration for Arch Linux
Requirements
Installation
# (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
ansible-pull --url https://github.com/aminnairi/laptop.git --ask-become-pass
Where $USER is the username to allow sudo rights.
Languages
Shell
70%
Lua
30%