https://www.daveeddy.com/2017/10/18/persistent-sshagent-on-bash-on-ubuntu-on-windows/
https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly
# Hyper not detaching
alias hyper="cmd.exe /c hyper"
# Nmap uses non implemented sockets
alias nmap='"/c/Program Files (x86)/Nmap/nmap.exe"'
Configuration:
export DISPLAY=:0
export LIBGL_ALWAYS_INDIRECT=1
export GTK_THEME="Ant-Dracula"
Fix DBUS:
sudo apt install dbus-x11
sudo dbus-uuidgen --ensure=/etc/machine-id
alias open='xdg-open'
Example: gnome-terminal
C:\Users\Rasmus\AppData\Local\Microsoft\WindowsApps\ubuntu.exe run "export DISPLAY=127.0.0.1:0; gnome-terminal"