mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
23 lines
354 B
Markdown
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.
|