docs: adjust Windows instructions

This commit is contained in:
xeruf 2023-04-15 13:29:53 +02:00
parent cb2dbdf06d
commit 6acb7ca0bc
5 changed files with 22 additions and 0 deletions

View File

@ -38,9 +38,24 @@ and configure it yourself.
On Arch you can install the script to `/usr/bin` On Arch you can install the script to `/usr/bin`
and the man-page with the `instalee-git` AUR package. and the man-page with the `instalee-git` AUR package.
#### Windows
Online install for Windows:
Run this in an administrative powershell:
``` powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco feature enable -n allowGlobalConfirmation
choco install git
Start-Process -Wait "C:\Program Files\Git\git-bash.exe" -Verb runAs -ArgumentList "-c 'git clone https://github.com/xeruf/instalee && cd instalee && ./instalee win/work; sleep 10 || bash'" -OR
Start-Process -Wait "C:\ProgramData\chocolatey\lib\git\git-bash.exe" -Verb runAs -ArgumentList "-c 'git clone https://github.com/xeruf/instalee && cd instalee && ./instalee win/work; sleep 10 || bash'"
```
See https://chocolatey.org/install#install-step2
An install helper for Windows, An install helper for Windows,
that prepares chocolatey either on- and offline that prepares chocolatey either on- and offline
and installs git bash, is in the works. and installs git bash, is in the works.
See [i.ps1](./i.ps1).
### Configuration ### Configuration

View File

@ -4,6 +4,7 @@ media/mix
media/video media/video
media/img media/img
dev dev
docs
print print
mount mount
forensics forensics

4
groups/arch/wayland Normal file
View File

@ -0,0 +1,4 @@
wl-clipboard
cliphist
way-displays
wdisplays

View File

@ -1,4 +1,5 @@
plantuml plantuml
tex tex
pdftk
pandoc pandoc
vega vega

View File

@ -1,3 +1,4 @@
sxiv sxiv
gimp gimp
pinta pinta
digikam