Pokemon Terminal Theme Installation under Ubuntu

I saw the article on Open Source China before, which introduced the most popular open source project in China - Python. See a more interesting project - the terminal's Pokemon theme. I introduced the blog about installing WRF before. Careful students have found that I have already installed that theme. Today, I will introduce the installation of the Pokemon terminal theme under Ubuntu.

Picture above.

This time I will post this link first.

Probably the most popular open source project in China - Python

There is also a github link that does this thread.

Pokemon-Terminal github link

The Linux I use is Ubuntu, and I will follow this to install it. First of all, the terminal emulators supported by this theme are mainly the following three: iTerm2, Terminology, Tilix. Here choose to install Tilix, first add the public key of this terminal emulator warehouse. Here I am operating with root superuser privileges. If not, please add sudo in front of the command.

add-apt-repository ppa:webupd8team/terminix

apt update

Install Tilix.

apt install tilix

Then open Tilix, and lock to the launcher.

There may be configuration problems, the suggestion is to add the statement in bashrc.

if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
        source /etc/profile.d/vte.sh
fi

For specific problems, please refer to the following website: Terminal configuration

Next set the configuration scheme.

However, the following tutorial is for version 1.0.7 of the theme, and the theme has been updated to version 1.1.1. If you install it now, it is more convenient to install Python3.6 first, install setuptools at the same time (recommended for Synaptic installation), and then download the github repository. Then you only need the following command.

sudo python3.6 setup.py install

The following npm installation method is only for the previous version (just a record, but now this method is also provided, but the above installation method is still recommended) Then install npm, the most important thing is that Ubuntu16.04 has python3.5.2 by default, and npm is installed directly It corresponds to the Python version, and the new theme requires Python 3.6 or higher. You can also consider upgrading the original Python.

apt install npm

Then install pokemon-terminal.

npm install --global pokemon-terminal

You're done.

Main reference: installation tutorial of foreign gods

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325983205&siteId=291194637