Skip to content

Repository files navigation

minecraft-theme-for-termux

This is a Minecraft theme repository for Termux. This theme is compatible with Termux downloaded from f-droid, GitHub, and the Play Store.

Stars Forks Repo Size

Minecraft Termux Screenshot

How to install the theme:

1. update the pkg.

pkg upgrade && pkg update

2. install git.

pkg install git

3. clone the repository.

git clone https://github.com/Ovelhart/minecraft-theme-for-termux.git

4. Create the ".termux" folder if it doesn't already exist.

mkdir ~/.termux

5. Copy the file from the "colors.properties" repository folder to the ".termux" folder and restart Termux.

6. Create the "fastfetch" folder inside the ".config" folder.

mkdir -p ~/.config/fastfetch

7. Copy the files "config.jsonc" and "ascii.txt" to ".config/fastfetch".

8. Download the regular version of this font.

https://www.fontspace.com/minecraft-font-f28180

9. Convert the font to TTF and rename it to "font.ttf", then move it to the ".termux" folder.

If you want to run fastfetch automatically when you log into Termux, follow these instructions:

1. Install bash if it's not already installed.

pkg install bash

2. Set bash as the default.

chsh -s bash

3. Check if bash is set as the default. If it is, the output will be something like "/data/data/com.termux/files/usr/bin/bash". If it doesn't appear, try setting it as the default again or updating bash.

echo $SHELL

4. Install nano if it's not already installed.

pkg install nano

5. Edit the .bashrc file.

nano ~/.bashrc

6. Add this to your .bashrc file:

clear
fastfetch

# typewriter effect function
typewriter() {
    text="$1"
    delay=0.05
    for ((i=0; i<${#text}; i++)); do
        printf "%c" "${text:$i:1}"
        sleep $delay
    done
    printf "\n"
}

echo "------"
typewriter "Minecraft"
echo "------"

PS1='\[\e[1;31m\]->\[\e[0m\] '
echo -e "\e[6 q"

6. To save, press Ctrl+X, then Y, and then Enter.

How to run auto-installer.sh

1. Install Git.

pkg install git

2. clone the repository.

git clone https://github.com/Ovelhart/minecraft-theme-for-termux.git

3. Give permission to the file.

chmod +x minecraft-theme-for-termux/auto-installer.sh

4. run the file.

./minecraft-theme-for-termux/auto-installer.sh

About

This is a Minecraft theme repository for Termux. This theme is compatible with Termux downloaded from f-droid, GitHub, and the Play Store.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages