Inspiration: https://www.most-useful.com/kde-plasma-on-wsl.html
- Update WSL
- In windows command prompt run:
wsl --update
- In windows command prompt run:
- Add systemd to ubuntu
- In ubuntu prompt run:
sudo nano /etc/wsl.conf
| /** | |
| * Created by ant on 16/04/2015. | |
| */ | |
| 'use strict'; | |
| angular.module('project.widgets-grid').directive( | |
| 'gridScroll', function gridScrollDefinitionFn | |
| ($timeout, | |
| DashboardGrid) | |
| { |
| #!/bin/bash | |
| # Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. | |
| set -e | |
| cd "`dirname "$0"`" | |
| if [ ! -f Engine/Binaries/DotNET/GitDependencies.exe ]; then | |
| echo "GitSetup ERROR: This script does not appear to be located \ | |
| in the root UE4 directory and must be run from there." |
| Array.from(document.getElementsByTagName('input')).forEach(i => i.checked = false) |
Inspiration: https://www.most-useful.com/kde-plasma-on-wsl.html
wsl --updatesudo nano /etc/wsl.conf| io.stdout:setvbuf("no") | |
| TANK_SPEED = 240 | |
| local offsetX, offsetY | |
| local player = { | |
| angle = 0 |