🐥

Terminalをポケモンデザインにする

に公開

TL;DR

ターミナルをHyperにして、下記を入れる。

https://github.com/klaudiosinani/hyper-pokemon

brewを利用したインストール手順

brew outdated
brew update && brew upgrade && brew cleanup && brew autoremove
brew install --cask hyper
hyper i hyper-pokemon

Windowsのセットアップ方法は下記を参照。
https://zenn.dev/takaha4k/articles/terminal-hyper-setup

デザイン

開くたびにランダムにポケモンを設定できる

config: {
    //...
    pokemon: 'random',
    //...
}

Discussion