notespopla.blogg.se

Brew cask install hyper
Brew cask install hyper









  1. Brew cask install hyper install#
  2. Brew cask install hyper download#

cd ~/.zsh/Įcho "source $HOME/.zsh/aliases.zsh" > ~/.zshrcĪ few useful aliases that I often use are listed below: alias ls='ls -G' # colorize `ls` outputĪlias zshreload='source ~/.zshrc' # reload ZSHĪlias shtop='sudo htop' # run `htop` with root rightsĪlias grep='grep -color=auto' # colorize `grep` outputĪlias weather='curl v2.wttr.in' # print weather for current location ()Ĭredits to Thomas Jaskiewicz for setting this up.įixed some issues with github url's for the Hyper.js plugins.

Brew cask install hyper download#

Going back to the beginning of the line (CMD + LEFT ARROW), or to the end (CMD + RIGHT ARROW)? # Download key bindings configĮcho "source $HOME/.zsh/key-bindings.zsh" > ~/.zshrcĪliases play a huge part in productivity when using a command line. When working in the terminal on daily basis, it’s good to have shortcuts enabled. Colorized ls Output # Enable colorized output for `ls` command. Now, by using the Up Arrow we can go back to our previous commands. # Enable 'zsh-autosuggestions' plugin in ZSHĮcho "source $HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh" > ~/.zshrcĮcho "source $HOME/.zsh/history.zsh" > ~/.zshrc Autosuggestions Plugin # Download 'zsh-autosuggestions' plugin We need to restart Hyper.js for the changes to take effect. # Enhanced form of menu completion called `menu selection' # Cache completion if nothing changed - faster startup time

Brew cask install hyper install#

brew install wgetĮcho "source $HOME/.zsh/completion.zsh" > ~/.zshrcįor this to work, we need to add a few more lines to our ~/.zshrc file. If you don't have wget on your Mac, you can install it like this. # Enable 'fast-syntax-highlighting' plugin in ZSHĮcho "source $HOME/.zsh/fast-syntax-highlighting/" > ~/.zshrc Syntax Highlighting # Create a `.zsh` directory to store our plugins in one place echo 'eval "$(starship init zsh)"' > ~/.zshrc To use the Starship prompt, we need to add it to our ~/.zshrc configuration file. Starship Installation brew install starship Right now, Hyper.js should use zsh as the default shell. See for all currently supported options. Future versions of Hyper may add additional config options, // which will not automatically be merged into this file.











Brew cask install hyper