Skip to content

Commit c8c451d

Browse files
committed
update README.md
1 parent aab5e4f commit c8c451d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ This repository contains Ansible playbook to automatically configure WSL2 instan
2323
> This playbook is fully configurable. <br>
2424
> You can skip or reconfigure any task for your needs. See [Usage](#Usage) for more information.
2525
26+
- Configure WSL2 instance in `/etc/wsl.conf`.
27+
- Install [Homebrew](https://brew.sh/) and Homebrew packages.
28+
- Install [VS Code](https://code.visualstudio.com/) extensions. (if you have VS Code on your Windows machine)
29+
- Configure [Docker Engine](https://docs.docker.com/engine/). (if not using [Docker Desktop](https://www.docker.com/products/docker-desktop/))
30+
- Add your `dotfiles` repository and create symlinks.
31+
2632
## Supported Platforms
2733

2834
The following WSL2 images are currently supported (**tested**):
@@ -89,7 +95,6 @@ Supposed that you are setting on **CentOS WSL2** machine:
8995
installed_packages:
9096
- epel-release
9197
- dnf-plugins-core
92-
- redhat-lsb-core
9398
- wget
9499
- unzip
95100

@@ -154,6 +159,7 @@ This can easily be done by setting **`configure_docker`** to **`true`** in your
154159
This project was heavily inspired by [geerlingguy/mac-dev-playbook](https://github.com/geerlingguy/mac-dev-playbook)
155160

156161
Other references/sources:
162+
157163
- [geerlingguy.mac](https://github.com/geerlingguy/ansible-collection-mac)
158164
- [geerlingguy.dotfiles](https://github.com/geerlingguy/ansible-role-dotfiles)
159165
- [geerlingguy.docker](https://github.com/geerlingguy/ansible-role-docker)

0 commit comments

Comments
 (0)