Husk
Sets up any shell to my taste.
Usage
-
If you wish, install Oh My Bash or Oh My Zsh.
-
Clone this repository and its required submodules:
git clone git@github.com:the-chenergy/husk cd husk git submodule update --init --recursive
-
Execute the one-time initialization commands:
source <path-to-husk>/src/unix/init.sh
-
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.)