From 24b984f0a1c6fb5b5fe06a5fe85c74be0f2a0b4e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 22 Mar 2023 21:22:02 +0000 Subject: [PATCH] Remove indents and add line spacing No content changes, only formatting. --- docs/PerUserInstallers.html | 197 +++++++++++++++++++++++------------- 1 file changed, 125 insertions(+), 72 deletions(-) diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index fc952ce..7b5cab6 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -1,91 +1,144 @@ - - Per-user installers - - + +Per-user installers + + -

Per-user installers

-

7-Zip

-

Download

-

7-Zip needs to be installed in two parts.

- First, the standalone 7zr.exe binary should be downloaded. - This can stay in the Downloads directory as it will only be needed once.

-

Second, the 64-bit Windows x64 installer (.exe) should be downloaded. - This should be extracted using the previous standalone executable.

-
mkdir %USERPROFILE%\opt\7zip
+

Per-user installers

+ + +

7-Zip

+ +

Download

+ +

7-Zip needs to be installed in two parts.

+First, the standalone 7zr.exe binary should be downloaded. +This can stay in the Downloads directory as it will only be needed once.

+ +

Second, the 64-bit Windows x64 installer (.exe) should be downloaded. +This should be extracted using the previous standalone executable.

+ +
mkdir %USERPROFILE%\opt\7zip
 cd %USERPROFILE%\opt\7zip
 %USERPROFILE%\Downloads\7zr.exe x %USERPROFILE%\Downloads\7z2201-x64.exe
-

The 7zip path can then be added to the %PATH% environment variable.

-

Firefox

-

Download

-

Use the non-MSI installer for per-user installation.

+

The 7zip path can then be added to the %PATH% environment variable.

-

Git

-

Download

-

Git can install to a user directory when run without admin permissions.

-

Go Mono fonts

-

Download -

Download and extract the TTF files from the .tar.gz file, or checkout the binaries from Git:

-
git clone https://go.googlesource.com/image
-

The font files are in image/font/gofont/ttfs.

-

Select all the .ttf files, right-click, and select Install.

+

Firefox

-

KeePassXC

-

Download

-

ZIP version can run from any directory.

-

Requires the Visual C++ Redistributable to be downloaded and extracted.

-

The Wix binaries ZIP should be downloaded and extracted. - Then the Wix dark.exe command should be used to extract the VC_redist.x64.exe file.

-
dark.exe -x vcruntime VC_redist.x64.exe
-

Then open vcruntime\AttachedContainer\packages\vcRuntimeMinimum_amd64\cab1.cab and copy all the files into the KeePassXC directory.

+

Download

-

Microsoft Terminal

-

Download

-

The .msixbundle will install without admin permissions.

+

Use the non-MSI installer for per-user installation.

-

mRemoteNG

-

Download

-

ZIP version can run from any directory.

-

MSYS2 (development environment)

-

Download

-

Download and run the msys2-x86_64-*.exe installer. - Install to a directory that you have write access to, e.g. under %USERPROFILE%\opt\msys64.

-

Run the MSYS2 UCRT64 launcher. - UCRT64 is Microsoft's Universal C Runtime Library and is the preferred build environment on modern (Windows 10 and above) Windows operating systems. - For more information, see Environments.

-

Update the MSYS2 environment with pacman -Syu and then install the toolchain package group with pacman -S mingw-w64-ucrt-x86_64-toolchain. - This will install all of the build tools including gcc, g++, and mingw32-make, plus the libstdc and libstdc++ libraries.

-

Finally, add %USERPROFILE%\opt\msys64\ucrt64\bin to the %PATH% environment variable.

-

A profile can be added to Windows Terminal with the following settings:

-
    -
  • Name: MSYS2 UCRT64
  • -
  • Command line: %USERPROFILE%\opt\msys64\msys2_shell.cmd -defterm -here -no-start -ucrt64
  • -
  • Starting directory: %USERPROFILE%\opt\msys64\home\%USERNAME%
  • -
  • Icon: %USERPROFILE%\opt\msys64\ucrt64.ico
  • -
+

Git

-

PuTTY

-

Download

-

The Windows built-in ssh-agent needs admin to be started, so we have to use PAGEANT.EXE instead.

-

The ZIP file can be extracted to any directory.

-

Running PAGEANT.EXE --openssh-config %USERPROFILE%\.ssh\config.d\pageant.config will write an OpenSSH config file with the path to the pipe used for communication. - This can be used by the built-in Windows OpenSSH client by adding an Include config.d\pageant.config line to %USERPROFILE%\.ssh\config.

+

Download

-

Vim

-

Download

-

The installer can run without admin permissions, or the ZIP version can run from any directory.

-

The following can be put into a batch file named vim.cmd in the %PATH% to make it easier to launch without pulling in all the other programs:

-
@ECHO OFF
+

Git can install to a user directory when run without admin permissions.

+ + +

Go Mono fonts

+ +

Download + +

Download and extract the TTF files from the .tar.gz file, or checkout the binaries from Git:

+ +
git clone https://go.googlesource.com/image
+ +

The font files are in image/font/gofont/ttfs.

+ +

Select all the .ttf files, right-click, and select Install.

+ + +

KeePassXC

+ +

Download

+ +

ZIP version can run from any directory.

+ +

Requires the Visual C++ Redistributable to be downloaded and extracted.

+ +

The Wix binaries ZIP should be downloaded and extracted. +Then the Wix dark.exe command should be used to extract the VC_redist.x64.exe file.

+ +
dark.exe -x vcruntime VC_redist.x64.exe
+ +

Then open vcruntime\AttachedContainer\packages\vcRuntimeMinimum_amd64\cab1.cab and copy all the files into the KeePassXC directory.

+ + +

Microsoft Terminal

+ +

Download

+ +

The .msixbundle will install without admin permissions.

+ + +

mRemoteNG

+ +

Download

+ +

ZIP version can run from any directory.

+ + +

MSYS2 (development environment)

+ +

Download

+ +

Download and run the msys2-x86_64-*.exe installer. +Install to a directory that you have write access to, e.g. under %USERPROFILE%\opt\msys64.

+ +

Run the MSYS2 UCRT64 launcher. +UCRT64 is Microsoft's Universal C Runtime Library and is the preferred build environment on modern (Windows 10 and above) Windows operating systems. +For more information, see Environments.

+ +

Update the MSYS2 environment with pacman -Syu and then install the toolchain package group with pacman -S mingw-w64-ucrt-x86_64-toolchain. +This will install all of the build tools including gcc, g++, and mingw32-make, plus the libstdc and libstdc++ libraries.

+ +

Finally, add %USERPROFILE%\opt\msys64\ucrt64\bin to the %PATH% environment variable.

+ +

A profile can be added to Windows Terminal with the following settings:

+ +
    +
  • Name: MSYS2 UCRT64
  • +
  • Command line: %USERPROFILE%\opt\msys64\msys2_shell.cmd -defterm -here -no-start -ucrt64
  • +
  • Starting directory: %USERPROFILE%\opt\msys64\home\%USERNAME%
  • +
  • Icon: %USERPROFILE%\opt\msys64\ucrt64.ico
  • +
+ + +

PuTTY

+ +

Download

+ +

The Windows built-in ssh-agent needs admin to be started, so we have to use PAGEANT.EXE instead.

+ +

The ZIP file can be extracted to any directory.

+ +

Running PAGEANT.EXE --openssh-config %USERPROFILE%\.ssh\config.d\pageant.config will write an OpenSSH config file with the path to the pipe used for communication. +This can be used by the built-in Windows OpenSSH client by adding an Include config.d\pageant.config line to %USERPROFILE%\.ssh\config.

+ + +

Vim

+ +

Download

+ +

The installer can run without admin permissions, or the ZIP version can run from any directory.

+ +

The following can be put into a batch file named vim.cmd in the %PATH% to make it easier to launch without pulling in all the other programs:

+ +
@ECHO OFF
 "%USERPROFILE%\opt\vim\vim90\vim.exe" %*
-

WinCompose

-

Download

-

Use the NoInstall ZIP file.

- +

WinCompose

+ +

Download

+ +

Use the NoInstall ZIP file.

+ +