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

23 lines
354 B
Markdown

# laptop
Laptop configuration for Arch Linux
## Requirements
- [Arch](https://archlinux.org/)
## Installation
```bash
# 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.