ただ日々を記すもの

意識高めを装うことができます

ターミナルの背景をポケモンに!

手順

  • Hyperのインストール
  • Hyper-Pokemonプラグインの適用

Hyperをインストール

ターミナルエミュレーター のHyperをインストールします。

brew update
brew cask install hyper

インストールが完了したらHyperを起動します。

プラグインの適用

Hyperを起動すると、.hyper.js ファイルができているのでそれを編集して行きます。

まずは、configに以下を追記し、

config: {
    //...
    colors: {
    //...
    },
    pokemon: 'gengar', // Define your favorite pokemon theme
    pokecursor: 'true', // Activate your theme's pokecursor
    pokemonSyntax: 'dark', // Define the color of the terminal tabs
    unibody: 'true', // Define the color of the Hyper window header
    poketab: 'false', // Deactivate your theme's poketab
    //...
}

plugin: []のところに、

plugins: ['hyper-pokemon'],

を追加すれば完了です。

f:id:RONKUN:20180405223033p:plain

pokemon: 'random', にすれば起動のたびに出現するポケモンが変わります