npm install verminal

Verminal is a beautiful, fully customizable, theme for the Hyper terminal.
###### Inside Your Hyper Terminal
1. hyper i verminal
###### Manually
1. Open ~/.hyper.js in your favorite editor.
2. Add verminal to the plugins array.
3. Enjoy Verminal.
1. Open ~/.hyper.js in your favorite editor.
2. Add a verminal object to the config object and specify fontFamily and/or fontSize.
###### Example
``javascript`
verminal: {
fontFamily: '"My favourite font"',
fontSize: 16
}
1. Fork this repository to your own GitHub account.
2. Clone to your local device: git clone git@github.com:npm install`
3. Install the dependencies: