Last active
April 6, 2022 16:20
-
-
Save iammateus/ba49cd68fc673ae1ddc3ef67b25bf980 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm glad I could help 😊