Skip to content

Instantly share code, notes, and snippets.

@silo
Last active May 24, 2023 02:20
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save silo/21dc618ce03c94a98d0b201e76163c8c to your computer and use it in GitHub Desktop.
Save silo/21dc618ce03c94a98d0b201e76163c8c to your computer and use it in GitHub Desktop.
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