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 rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm | |
sudo rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | |
# Edit /etc/dnf/dnf.conf | |
# Add de lines: | |
fastestmirror=true | |
deltarpm=true |
Install the phpcs by using composer with composer global require squizlabs/php_codesniffer | |
Press Command + , (Click Code -> Preferences -> Settings) | |
Select User Settings and locate 'PHP CodeSniffer' | |
Scroll to 'Executatble Path' and | |
put the phpcs path |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"copyOnSelect": false, | |
"copyFormatting": false, | |
"initialRows": 30, | |
"initialCols": 120, | |
"alwaysShowTabs": true, | |
"historySize": 9001, |
{ | |
"psFormat": "table {{.ID}}\\t{{.Image}}\\t{{.Status}}\\t{{.Names}}" | |
} |
As root: | |
# pkg_add gnome | |
# rcctl disable xenodm | |
# rcctl enable multicast messagebus avahi_daemon gdm | |
# reboot |
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 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 |
yay -Rncs grml-zsh-config |
rm ~/.local/share/keyrings -fr |
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 |