Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 3.02 KB

README.md

File metadata and controls

62 lines (45 loc) · 3.02 KB

WSH

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.

Repository

The repository contains the code to generate the simple installer based on InnoSetup scripts.

The releases are the compiled version of WSH.

Packages

  • 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.

Recommanded Fonts

Vim Themes (ported to CMD, MobaXterm, PuTTY, Windows Terminal)

How to compile your own version of WSH

  1. Download and install Inno setup. Currently tested with NSIS 6.x
  2. Edit the script in the build folder.
  3. Compile the .\build\wsh.iss script and you'll get a .build\WSH.exe installer

License

MIT