- Chocolatey: Package manager for Windows/Homebrew for Windows.
- Microsoft Edge:
- Change the search engine (in Portuguese):
...
(top right corner) >Definições
>Privacidade, pesquisa e serviços
>Serviços
>Barra de endereço e pesquisa
>Motor de busca utilizado na barra de endereço
+Gerir motores de busca
(keep only the one to use).
- Change the search engine (in Portuguese):
- ESET Smart Security Premium:
- Gamer mode:
Setup
>Advanced setup
>TOOLS
>Gamer mode
> DisableEnable Gamer mode when running applications in full-screen mode automatically
.
- Gamer mode:
- The best Windows antivirus software for home users by AV-TEST.
- Language identifiers for fenced code blocks on GitHub.
- Windows Subsystem for Linux (WSL):
- https://ubuntu.com/tutorials/install-ubuntu-on-wsl2-on-windows-10#1-overview
- Ubuntu
- pyenv:
- https://github.com/pyenv/pyenv#windows + https://github.com/pyenv/pyenv#set-up-your-shell-environment-for-pyenv (bash) + https://github.com/pyenv/pyenv/wiki#suggested-build-environment
- bug: pyenv is messing with my wsl environment and pipx ins't working right in powershell issue + https://gist.github.com/ilbunilcho/4280bd55a10cefef75e74986b6bff936:
- https://devblogs.microsoft.com/commandline/automatically-configuring-wsl/ + https://learn.microsoft.com/en-us/windows/wsl/wsl-config
- Ubuntu:
sudo rm /etc/wsl.conf
sudo touch /etc/wsl.conf
sudo su
echo '[interop]' >> /etc/wsl.conf
echo 'appendWindowsPath = false' >> /etc/wsl.conf
exit
cat /etc/wsl.conf
- Windows PowerShell:
wsl --shutdown
orwsl -t Ubuntu
- Ubuntu:
echo $PATH
- VS Code:
nano ~/.bashrc
- Add the following line at the end of the file:
export PATH="$PATH:/mnt/c/Users/johnn/AppData/Local/Programs/Microsoft VS Code/bin"
- To be able to use the
clip.exe
CLI and copy to the Windows clipboard:export PATH="$PATH:/mnt/c/Users/johnn/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Windows/System32"
- To be able to use the
echo $PATH
+code --version
+which code
pyenv --version
+which pyenv
pyenv install -l
pyenv install 3.7.14
pyenv global 3.7.14
python --version
+which python
- https://www.raulmelo.dev/til/how-to-transfer-a-file-between-windows-and-wsl
cd /mnt/c/Users/johnn/Downloads
orcd /mnt/c/Users/johnn/Documents/
echo $SHELL
(source)wsl --version
andwsl --list --verbose
(source)systeminfo
- Git:
git config --global core.autocrlf false
: https://stackoverflow.com/questions/2517190/how-do-i-force-git-to-use-lf-instead-of-crlf-under-windows- https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
- https://help.gitkraken.com/gitkraken-client/how-to-install/: GitKraken Client data is stored in
C:\Users\{user}\AppData\Roaming\.gitkraken