First we start by creating a wineprefix and installing our prerequisites from terminal:
WINEARCH=win32 WINEPREFIX=/home/$USER/GarminExpress winetricks dotnet452 vcrun2010 corefonts
WINEARCH=win32 WINEPREFIX=/home/$USER/GarminExpress winetricks win7
sudo apt install logiops solaar solaar-gnome3 |
git branch | grep -v "master" | xargs git branch -D |
services: | |
appserver: | |
build: | |
- mkdir -p ${LANDO_WEBROOT}/sites/simpletest/browser_output | |
overrides: | |
environment: | |
MINK_DRIVER_ARGS: '["chrome", null, "http://chromedriver:4444/wd/hub"]' | |
MINK_DRIVER_ARGS_WEBDRIVER: '["chrome", null, "http://chromedriver:4444/wd/hub"]' | |
MINK_DRIVER_CLASS: 'Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver' | |
SIMPLETEST_BASE_URL: 'https://d9_modules.lndo.site/' |
Note: this assumes you are using ZSH shell. | |
## Installation | |
Install [asdf](https://github.com/asdf-vm/asdf): | |
``` | |
$ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.4.0 | |
$ echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.zshrc | |
$ echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.zshrc |
sudo apt install build-essential default-jdk libssl-dev exuberant-ctags ncurses-term ack-grep silversearcher-ag fontconfig imagemagick libmagickwand-dev software-properties-common git vim-gtk3 curl |
rm ~/.local/share/keyrings -fr |
yay -Rncs grml-zsh-config |
sudo dpkg-reconfigure locales # select pt_BR.UTF-8 | |
# Add the following lines to ~/.zshrc and ~/.bashrc or any other shell | |
# Corrigir teclado | |
WAYLAND_DISPLAY="" | |
setxkbmap -model abnt2 -layout br -variant abnt2 |
First we start by creating a wineprefix and installing our prerequisites from terminal:
WINEARCH=win32 WINEPREFIX=/home/$USER/GarminExpress winetricks dotnet452 vcrun2010 corefonts
WINEARCH=win32 WINEPREFIX=/home/$USER/GarminExpress winetricks win7
As root: | |
# pkg_add gnome | |
# rcctl disable xenodm | |
# rcctl enable multicast messagebus avahi_daemon gdm | |
# reboot |