WSH is a packaged installer that will allow you to create a fully customized shell environment through a simple installer. It takes the hard work out of downloading and configuring all the components you need.
WSH simplifies the installation by asking simple questions and taking care of downloading and installing everything for you from trusted sources (official repositories). It has a modular architecture that allows anyone to add and improve the installer easily.
The repository contains the code to generate the simple installer based on InnoSetup scripts.
The releases are the compiled version of WSH.
- Clink (Github) Bash's powerful command line editing
- Git (Github) Distributed version control system
- PHP General-purpose scripting language geared towards web development
- PuTTY Terminal emulator, serial console nad network file transfer application
- Vim Plugin LightLine Light and configurable statusline/tabline plugin for Vim.
-
List of Monospaced Fonts (With and without ligature)
-
List of Nerd Fonts (Patched with glyphs)
-
Test some Programming Fonts
-
Too overwhelmed? Find your font in this Coding Font Tournament
- Download and install Inno setup. Currently tested with NSIS 6.x
- Edit the script in the
build
folder. - Compile the
.\build\wsh.iss
script and you'll get a.build\WSH.exe
installer
MIT