hyper-pokemon / hyper-pokemon
- среда, 21 июня 2017 г. в 03:12:58
JavaScript
🌈 🐱 Wondrous, tailor-made Pokémon themes for your Hyper terminal
🌈 🐱 Wondrous, tailor-made Pokémon themes for your Hyper terminal
Made for Pokémon enthusiasts by Pokémon enthusiasts ❤
All of the wonderful Pokémon backgrounds were created by the amazing Teej/TopHat!
Come over to our Gitter chat or Twitter account to share your thoughts on the project or to just say hi!
Track the creation/progress of all themes on our Trello board!
Inspired by the original Pokemon-Terminal project.
hpm-cliFirstly, ensure you have Hyper and Node.js installed in your system.
Then simply do the npm dance to get hpm-cli
# fire up a terminal and type
$ npm install -g hpm-cliOnce done with that, it's time to install the hyper-pokemon theme!
# run the hyper plugin manager
$ hpm install hyper-pokemon.hyper.jsAdd hyper-pokemon to the plugins list in your ~/.hyper.js config file and restart Hyper.
That's it!
plugins: ['hyper-pokemon']Once you have installed hyper-pokemon, it's time to set your favorite theme!
Go to your ~/.hyper.js and add the pokemon and pokemonSyntax options below the colors object, and define your theme of choice!
Here is a quick example, where we choose the gengar theme, with a unibody color for the window header & dark terminal tabs!
config: {
//...
colors: {
//...
},
pokemon: 'gengar', // Define your favorite pokemon theme!
pokemonSyntax: 'dark', // Define the color of the terminal tabs!
unibody: 'true', // Define the color of the Hyper window header!
}To get the exact same look, install Google's Roboto Mono font as well as oh-my-zsh and choose pure as your zsh prompt
pokemonUsing this option you can choose your pokémon background along with it's tailor-made syntax color.
The assignable values are:
pokemon name - choose any of the available Pokémon themes by defining the Pokémon name.
i.e. pokemon: "charizard", pokemon: "pikachu", pokemon: "blastoise" etc
random - randomly selects a Pokémon theme from the whole list of available Pokémons, each time you fire up a new Hyper terminal session.
i.e. pokemon: "random"
pokemon type - randomly selects a Pokémon theme from only a specific Pokémon type, each time you fire up a new Hyper terminal session.
i.e. pokemon: "fire", pokemon: "water", pokemon: "grass" etc
The available choices up to this moment (all types will be supported really soon) are the following:
firewatergrasspoisonpokemonSyntaxHere you can define the color of the terminal tabs.
The assignable values are:
light - choose it if your pokémon theme is of a more light colordark - go for it if you are going with a darker pokémon themeunibodyChoose whether or not you want the Hyper windows header color to be the same as the background pokémon theme.
The assignable values are:
true - choose it for a unibody color themefalse - go for it if you like you window header colorfulIn addition, completely omitting the unibody option from your .hyper.js will have the same effect as defining it and setting it to true.
Here is a list, grouped by Pokémon regions, of all the available Pokémon themes up to now!
All available themes can be previewed on the project's homepage!
Go on and take a peek
# clone the repository
$ git clone https://github.com/klauscfhq/hyper-pokemon.git
# navigate to the project directory
$ cd hyper-pokemonnpm# get the package & set it as a dependency
$ npm install hyper-pokemon --save
# or set it as a devDependency
$ npm install hyper-pokemon --save-dev
# or even save it globally
$ npm install hyper-pokemon -gHere is an awesome list where you can find other awesome Hyper themes & plugins!
Meet the Hyper Pokémon massive.
All of us are senior undergraduate students @ ECE NTUA studying all sorts of Software and Computer engineering.
| Klaus Sinani |
Leonidas Avdelas |
George Baxopoulos |
Konstantinos Mitropoulos |
Konstantinos Skouras |
Panagiotis Bakos |