- install Git for Windows
- copy launchquiet.vbs to user profile directory -
%USERPROFILE%
- copy
start-ssh-pageant
shortcut to%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
- set USER env variable
SSH_AUTH_SOCK
to/tmp/.ssh-pageant-%USERNAME%
- reboot
- install Gpg4Win, select GPG and Kleopatra
- copy contents of
gpg_config
folder to%USERPROFILE%\AppData\Roaming\gnupg
- in command line run
gpg --card-edit
, executefetch
command to download card's certificate from keyserver - copy
start-gpg-agent.cmd
to user profile directory -%USERPROFILE%
- copy
start-gpg-agent
shortcut to%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Copy git_bash
folder contents to user profile directory - %USERPROFILE%
Copy cygwin
folder contents to cygwin home directory C:\cygwin64\home\%USERNAME%
- Extract cmder mini package to
c:\cmder
- Import
conemu-settings.xml
in cmder settings panel
- Install from MS Store
- copy
ms_terminal\profiles.json
to%localappdata%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\
. Alternatively select 'Settings' from app menu to open correctprofiles.json
location
- Install https://github.com/jonasmalacofilho/liquidctl/releases 1.3.3 or later.
- Add liquidctl installation directory to system PATH
- copy
leds-on.cmd
andleds-off.cmd
to user profile directory -%USERPROFILE%
- in group policy editor go
User configuration
-->Windows system settings
-->Scripts
. Addleds-on.cmd
to login scripts andleds-off.cmd
to logout scripts