Skip to content

Instantly share code, notes, and snippets.

@iammateus
Last active April 6, 2022 16:20
Show Gist options
  • Save iammateus/ba49cd68fc673ae1ddc3ef67b25bf980 to your computer and use it in GitHub Desktop.
Save iammateus/ba49cd68fc673ae1ddc3ef67b25bf980 to your computer and use it in GitHub Desktop.
Install Hyper
Website:
https://hyper.is/
Install ZSH:
https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH
Install Oh My Zsh
https://github.com/ohmyzsh/ohmyzsh
Install plugin manager
https://github.com/zdharma/zinit
Install font FireCode for terminal
sudo apt install fonts-firacode
Set FireCode as default font for Hyper in Menu > Edit > Preferences
module.exports = {
config: {
// ...configs
fontFamily: '"Fira Code", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
// ...more configs
}
}
Install font ligatures
hyper i hyper-font-ligatures
Install search plugin
hyper i hyper-search
Use the next command as a workaround for the percentage bug:
Bug: https://github.com/zeit/hyper/issues/2144
Solution: echo "unsetopt PROMPT_SP" >> ~/.zshrc
Install https://starship.rs/
Fonts:
https://tjay.dev/howto-my-terminal-shell-setup-hyper-js-zsh-starship/
@tomajask
Copy link

tomajask commented Aug 6, 2020

I'm glad I could help 😊

@iammateus
Copy link
Author

Thank you, by the way ;)

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