Hyperで楽しい開発環境を!
はじめに
今更ですが、友人におすすめのコマンドプロンプトを聞かれたので紹介しますw
Hyperとは
JSで簡単に拡張できるターミナルです。
Google拡張機能のような手軽さで、自分好みの開発環境を簡単に構築できます。
Electron、React、Reduxで作られているそうです。
※ただ日本語対応していないので、日本語入力すると挙動おかしくなりますw
インストール方法
公式サイトで、簡単にインストールできます。
またコマンドでもインストール可能です。
$ brew update
$ brew cask install hyper
プラグイン例
hyper power
花火みたいになります。見てるだけでとても楽しいですねw
設定ファイルを開く
方法②:hyper上で ⌘,
方法③:$ vi .hyper.js
'hyperpower'
を追記する
plugins: [
'hyperpower'
],
ちなみに、 $ wow
で虹色になります。
もう一度、 $ wow
するとピンク色に戻ります。
Hyper Pokemon
先程と同様に。
ただ2つ以上のプラグインを利用する際は、末尾に ,
を忘れずに!
plugins: [
'hyperpower',
'hyper-pokemon'
],
背景をミューツーにできたり、ポインターをフシギダネにできたり、色々できます。
いらない機能はコメントアウトしましょう。重くなりますのでw
pokemon: 'random', // Define your favorite pokemon theme
pokecursor: 'true', // Activate your theme's pokecursor
pokemonSyntax: 'dark', // Define the color of the terminal tabs
unibody: 'false' // Define the color of the Hyper window header
poketab: 'true' // Deactivate your theme's poketab
},
plugins: [
'hyper-pokemon'
],
現在、152ポケモンに対応しています。
参考記事
Author And Source
この問題について(Hyperで楽しい開発環境を!), 我々は、より多くの情報をここで見つけました https://qiita.com/IZUMIRU/items/74ba5a5d460c01ff8ec1著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .