chabou / hyperterm-cobalt2-theme

Cobalt2 for Hyperterm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cobalt2 for Hyperterm

Installing

  1. Open your ~/.hyperterm.js config file with something like subl ~/.hyperterm.js or vim ~/.hyperterm.js.

  2. Add hyperterm-cobalt2-theme to your plugins array. Kinda like this:

    plugins: [
      'hyperterm-cobalt2-theme'
    ],
  3. Enjoy your life

FAQ

Q: What font is that? I Love It!

A: Operator Mono. I wrote a bit of info here β†’ http://wesbos.com/uses

Q: How do I get Powerline working with a non-patched font?

A: Use CSS to fall back to a different font when the character isn't supported:

fontFamily: '"Operator Mono", "Inconsolata for Powerline", monospace'

Q: I HATE THAT FONT SO MUCH, I HATE YOU AND I WANT YOU TO KNOW IT

A: k 😘

Q: How did you get the cool prompt?

A: This isn't part of iTerm or Hyperterm, it has to do with the shell that you are using. I'm using ZSH along with Cobalt 2 for ZSH. I've got a whole free video series on this if you are interested: http://CommandLinePowerUser.com

Q: Can I make edits?

A: Yes please! Still working on this. I might not accept your edits, but I probably will.

You might also like

πŸ”₯ Cobalt2 for Sublime Text

πŸ”₯ Cobalt2 for Atom

πŸ”₯ Cobalt 2 for ZSH

πŸ”₯ Cobalt 2 for iTerm

πŸ”₯ Cobalt 2 for Alfred

πŸ”₯ Cobalt 2 for Slack

About

Cobalt2 for Hyperterm


Languages

Language:JavaScript 100.0%