File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Personal dotfiles
2
2
3
3
> [ !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.
5
5
6
6
## Installing
7
7
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:
11
10
12
11
``` bash
13
- git clone https://github.com/sdiebolt/.dotfiles.git ~ /.dotfiles
12
+ sudo apt update
13
+ sudo apt install -y git ansible
14
14
```
15
15
16
- Run ` stow ` to symlink any package you want, e.g.
16
+ Then, clone this repository and run the Ansible playbook:
17
17
18
18
``` bash
19
- stow zsh
19
+ git clone https://github.com/sdiebolt/.dotfiles.git ~ /.dotfiles
20
+ cd ~ /.dotfiles
21
+ ansible-playbook -K playbook.yml
20
22
```
You can’t perform that action at this time.
0 commit comments