Skip to content

Commit 2eb8955

Browse files
committed
docs: update README
1 parent ffdda2f commit 2eb8955

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
# Personal dotfiles
22

33
> [!CAUTION]
4-
> I am currently using these dotfiles on Ubuntu 22.04 only. Use at your own risk.
4+
> I am currently using these dotfiles on Ubuntu 24.04 only. Use at your own risk.
55
66
## Installing
77

8-
`git` and GNU `stow` are needed to install these dotfiles.
9-
10-
Clone into your `$HOME` directory:
8+
To install all dependencies and deploy my dotfiles, you will need to install Git and
9+
Ansible. You can install them using the following commands:
1110

1211
```bash
13-
git clone https://github.com/sdiebolt/.dotfiles.git ~/.dotfiles
12+
sudo apt update
13+
sudo apt install -y git ansible
1414
```
1515

16-
Run `stow` to symlink any package you want, e.g.
16+
Then, clone this repository and run the Ansible playbook:
1717

1818
```bash
19-
stow zsh
19+
git clone https://github.com/sdiebolt/.dotfiles.git ~/.dotfiles
20+
cd ~/.dotfiles
21+
ansible-playbook -K playbook.yml
2022
```

0 commit comments

Comments
 (0)