Skip to content

Commit

Permalink
Add TODOs and try fixing CI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Oct 11, 2023
1 parent 038cc37 commit 0bfd387
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions Windows_10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@

1. Improve WSL install (automatically create user jr, automatically exit bash prompt)
2. Set up copy/paste/cut via mouse. Set up copy pasting similar to one on linux (using middle click and highlight).
3. Add relevant stuff from here: <https://github.com/microsoft/windows-dev-box-setup-scripts>
2 changes: 2 additions & 0 deletions Windows_10/packages_install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ winget install -e --id XAMPPRocky.tokei # broken?
winget install -e --id 7zip.7zip
winget install -e --id Ookla.Speedtest.Desktop
winget install -e --id AltSnap.AltSnap
# TODO add relevant sysinternals packages (see `winget search sysinternals`)


# Version controll
winget install -e --id GitHub.cli
Expand Down
16 changes: 15 additions & 1 deletion Windows_10/wsl_install.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
Set-PSDebug -Trace 1

# TODO - don't go into the WSL instance (that interrupts the init script)
wsl --install --distribution Ubuntu
wsl --install --distribution Ubuntu --no-launch
# TODO - see https://github.com/microsoft/WSL/issues/3369
# TODO see https://github.com/Microsoft/WSL-distrolauncher
# TODO see https://github.com/microsoft/windows-dev-box-setup-scripts/issues/32
# TODO see https://github.com/microsoft/windows-dev-box-setup-scripts/issues/33
# TODO see https://github.com/microsoft/windows-dev-box-setup-scripts/pull/68/commits
# TODO see https://learn.microsoft.com/en-us/windows/wsl/install-on-server
# TODO see https://github.com/microsoft/windows-dev-box-setup-scripts/blob/master/scripts/WSL.ps1
# wsl -u root apt-get update
# wsl -u root apt-get full-upgrade -y
# wsl -u root apt-get autoremove -y
# wsl -u root apt-get autoclean
# wsl --shutdown # instead of 'reboot'

wsl --install --distribution Debian --no-launch

# TODO run the WSL setup scripts here
# TODO add remaining WSL setup here (e.g. mounting of Windows FS)
Expand Down

0 comments on commit 0bfd387

Please sign in to comment.