/husk

Sets up any shell to my taste.

Primary LanguageShell

Husk

Sets up any shell to my taste.

Usage

  1. If you wish, install Oh My Bash or Oh My Zsh.

  2. Clone this repository and its required submodules:

    git clone git@github.com:the-chenergy/husk
    cd husk
    git submodule update --init --recursive
  3. Execute the one-time initialization commands:

    source <path-to-husk>/src/unix/init.sh
  4. Apply the per-launch setup code by appending the following line to ~/.bashrc or ~/.zshrc:

    source <path-to-husk>/src/unix/setup.sh

    (Support for Windows Powershell is on the way.)