mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
initial commit
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user