sudo pacman -S nvidia 
sudo pacman -S lib32-nvidia-utils
sudo pacman -S nvidia-settings 
install c++ compiler build tools windows MSVC
Abrir página "Use the Microsoft C++ toolset from the command line" https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=vs-2019
If you only want the command-line toolset, download the "Build Tools for Visual Studio"
#!/bin/bash
while true; do
	name=$(date)
	name="${name//[ :-]/_}"
	adb shell screenrecord "/sdcard/$name.mp4"
done
| sudo nano /etc/udev/rules.d/10-local.rules | |
| SUBSYSTEM=="input", ATTRS{name}=="PG-9021", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1" | |
| sudo udevadm control --reload-rules | |
| Pronto! agora basta conectar via bluetooh. | 
| ::%JAVA_HOME%\bin;%M2%;%GRADLE_HOME%\bin;%ANT_HOME%\bin;%KOTLIN_HOME%\bin;%GROOVY_HOME%\bin;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools;%ANDROID_HOME%\tools\bin | |
| REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v JAVA_HOME_8 /d "C:\opt\java\openjdk\jdk8" | 
Gravar tela sem som
ffmpeg -f x11grab -framerate 24 -video_size 1920x1080 -i :0.0 -c:v h264 -qp 0 output.mkv1 - Gravar tela com som Windows
 ffmpeg `build.gradle
apply plugin: 'codenarc'
codenarc {
	toolVersion = "1.4"
}
Problem find . -name *.test.js zsh: no matches found: *.test.js
Solution setopt +o nomatch
#ZSH_THEME="agnoster" #ZSH_THEME="robbyrussell" ZSH_THEME="powerlevel9k/powerlevel9k" POWERLEVEL9K_MODE="nerdfont-complete" #POWERLEVEL9K_PROMPT_ON_NEWLINE=true POWERLEVEL9K_DISABLE_RPROMPT=true POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs) POWERLEVEL9K_PROMPT_ON_NEWLINE=true POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="$ " POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX=""