File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ This repository contains Ansible playbook to automatically configure WSL2 instan
23
23
> This playbook is fully configurable. <br >
24
24
> You can skip or reconfigure any task for your needs. See [ Usage] ( #Usage ) for more information.
25
25
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
+
26
32
## Supported Platforms
27
33
28
34
The following WSL2 images are currently supported (** tested** ):
@@ -89,7 +95,6 @@ Supposed that you are setting on **CentOS WSL2** machine:
89
95
installed_packages :
90
96
- epel-release
91
97
- dnf-plugins-core
92
- - redhat-lsb-core
93
98
- wget
94
99
- unzip
95
100
@@ -154,6 +159,7 @@ This can easily be done by setting **`configure_docker`** to **`true`** in your
154
159
This project was heavily inspired by [geerlingguy/mac-dev-playbook](https://github.com/geerlingguy/mac-dev-playbook)
155
160
156
161
Other references/sources :
162
+
157
163
- [geerlingguy.mac](https://github.com/geerlingguy/ansible-collection-mac)
158
164
- [geerlingguy.dotfiles](https://github.com/geerlingguy/ansible-role-dotfiles)
159
165
- [geerlingguy.docker](https://github.com/geerlingguy/ansible-role-docker)
You can’t perform that action at this time.
0 commit comments