docs: adjust Windows instructions
This commit is contained in:
parent
cb2dbdf06d
commit
6acb7ca0bc
5 changed files with 22 additions and 0 deletions
15
README.md
15
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
4
groups/arch/wayland
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
wl-clipboard
|
||||||
|
cliphist
|
||||||
|
way-displays
|
||||||
|
wdisplays
|
|
@ -1,4 +1,5 @@
|
||||||
plantuml
|
plantuml
|
||||||
tex
|
tex
|
||||||
|
pdftk
|
||||||
pandoc
|
pandoc
|
||||||
vega
|
vega
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
sxiv
|
sxiv
|
||||||
gimp
|
gimp
|
||||||
pinta
|
pinta
|
||||||
|
digikam
|
||||||
|
|
Loading…
Add table
Reference in a new issue