initial commit

This commit is contained in:
aminnairi
2023-04-09 00:48:29 +02:00
commit 1e64fe69be
82 changed files with 6976 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# 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.