Hyper.js terminal

Some cool CSS thing @cloudymax has been up to

sudo apt-get install build-essential procps curl file git
wget https://releases.hyper.is/download/deb

sudo dpkg -i hyper*

# needs npm for addons
sudo apt install npm
npm install express

# install addons
hyper install <plugin-name>
hyper uuninstall <plugin-name>
hyper list

config file is located at: ~/.hyper.js

Addons

Explore the ecosystem <3

hyper install hypercwd
hyper install hyper-pane
hyper install hyper-tabs-enhanced
hyper install hyper-samewd
hyper install hyper-tab-icons
hyper install hyper-htm
hyper install hyper-highlight-pane

hyper themes

basic

  • verminal: high-contrast + transparancy

  • hyper-dracula: simple semi-dark material theme with good contrast

  • hyper-materialshell: similar to dracula but darker

  • hypernasa: see the daily nasa picture in your terminal. looks nice, but can suck on days where th pic doesnt contrast well

  • hyper-pokemon: configure your own poke station! configurable flat desgn pokemon walpapers with color matching text + tab iconse

install zsh plugin manager

oh-my-zsh

Plugins

zsh addons

  1. Pure Prompt npm install --global pure-prompt

  2. initialize by adding the following to the top of your .zshrc

autoload -U promptinit; promptinit
prompt pure