awesome-hyper icon indicating copy to clipboard operation
awesome-hyper copied to clipboard

Change collor on line command

Open kkkasio opened this issue 5 years ago • 1 comments

Hello friend! it's possible change the color line command, on windows? ps: I realy not can change to unix system :/

My Hyper 😭 change1

I want this Hyper 😍 change1

kkkasio avatar Aug 21 '19 17:08 kkkasio

You can change the prompt of cmd.exe but not like this


You can use Linux under Windows with Windows Linux Subsystem


Searching hyper-moonlite on Github gave me this project https://github.com/sydrawat/hyper-moonlite

Searching in the dotfiles of this user, we can see :

  • zsh is used in Hyper https://github.com/sydrawat/dotfiles/blob/34ba54d65611fb63b02621e1d5dc9c1977efbe6a/configs/hyper/.hyper.js#L121
  • Oh My ZSH is used https://github.com/sydrawat/dotfiles/blob/34ba54d65611fb63b02621e1d5dc9c1977efbe6a/configs/hyper/.zshrc#L5
  • spaceship is the theme used https://github.com/sydrawat/dotfiles/blob/34ba54d65611fb63b02621e1d5dc9c1977efbe6a/configs/hyper/.zshrc#L11

Alternatively, you can install Fish, which is availlable on Windows

You can use Oh My Fish to manage your plugins and theme

You can choose one of this themes

Maybe you will have to install Nerd Fonts to have the emojis in the prompt

pinage404 avatar Aug 21 '19 20:08 pinage404