mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
updated the documentation according to the recent changes
This commit is contained in:
@@ -12,7 +12,7 @@ Laptop configuration for Arch Linux
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install the necessary dependencies
|
# Install the necessary dependencies
|
||||||
pacman -Syy ansible git which sudo
|
pacman -Syy ansible git which sudo bash
|
||||||
|
|
||||||
# Allow the "sudo" group to issue sudo commands
|
# Allow the "sudo" group to issue sudo commands
|
||||||
sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers
|
sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers
|
||||||
@@ -42,7 +42,7 @@ git clone https://github.com/aminnairi/laptop.git
|
|||||||
cd laptop
|
cd laptop
|
||||||
|
|
||||||
# Apply the configuration
|
# Apply the configuration
|
||||||
make install
|
bash main.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Configuration of the used programs
|
#### Configuration of the used programs
|
||||||
|
|||||||
Reference in New Issue
Block a user