mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
it is now mandatory to configure the project before starting it
This commit is contained in:
@@ -32,20 +32,10 @@ usermod --add --groups sudo user
|
|||||||
|
|
||||||
### As user
|
### As user
|
||||||
|
|
||||||
#### Without clone
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Pull the latest configuration and apply the latter
|
|
||||||
ansible-pull \
|
|
||||||
--url https://github.com/aminnairi/laptop.git \
|
|
||||||
--ask-become-pass \
|
|
||||||
playbook.yml
|
|
||||||
```
|
|
||||||
|
|
||||||
#### With clone
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/aminnairi/laptop.git
|
git clone https://github.com/aminnairi/laptop.git
|
||||||
cd laptop
|
cd laptop
|
||||||
|
touch i3/i3status/settings.json
|
||||||
|
echo '{"weather":{"appid":"..."}}' > i3/i3status/settings.json
|
||||||
ansible-playbook --ask-become-pass playbook.yml
|
ansible-playbook --ask-become-pass playbook.yml
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user