Files
dotfiles/README.md
T

360 B

laptop

Laptop configuration for Arch Linux

Requirements

Installation

# as root
pacman -S ansible git which
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.