Files
dotfiles/README.md
T
2023-04-09 00:48:29 +02:00

354 B

laptop

Laptop configuration for Arch Linux

Requirements

Installation

# as root
pacman -S ansible git
usermod -aG sudo $USER

# as user
git clone https://github.com/aminnairi/laptop.git
cd laptop
ansible-playbook --ask-become-pass playbook.yml

Where $USER is the username to allow sudo rights.