Skip to content

Instantly share code, notes, and snippets.

@silo
Last active April 26, 2020 04:53
Embed
What would you like to do?
Babun + Hyper + Windows - Setup

How to setup Hyper and Babun on Windows machine

Install Babun http://babun.github.io/

Install Hyper http://hyper.is/

Download Fira Code font https://github.com/tonsky/FiraCode

After installed those things, open up hyper config file C:\Users\xxx\.hyper

edit these lines:

shell: 'C:\\Users\\xxx\\.babun\\cygwin\\bin\\zsh.exe',

fontFamily: 'Fira Code, Consolas, Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',

Open up Hyper and insert the line below to remove '%' : unsetopt PROMPT_SP

@seriiix
Copy link

seriiix commented Nov 27, 2018

Open hyper here is not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment