- Download the latest zsh package: https://packages.msys2.org/package/zsh?repo=msys&variant=x86_64
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
You should install VirtualBox and Vagrant before you start.
You should create a Vagrantfile in an empty directory with the following content:
| # Lando version is at least +3.0 | |
| name: drupal-nine | |
| recipe: drupal9 | |
| services: | |
| appserver: | |
| webroot: web | |
| xdebug: debug | |
| config: | |
| php: .vscode/php.ini |
The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.