Skip to content

Commit 7c2a043

Browse files
committed
myTermux-v.0.3.0
1 parent 5d0e153 commit 7c2a043

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
##
8-
### :octocat: Hi, thanks for spending your tiime visiting this repository ! <img alt="" align="right" src="https://badges.pufler.dev/visits/xshin404/myTermux?style=flat-square&label=Visits&color=fa74b2&logo=GitHub&logoColor=white&labelColor=373e4d"/> <img alt="" align="right" src="https://img.shields.io/github/repo-size/xshin404/myTermux?style=flat-square&label=Size&color=fa74b2&labelColor=373e4d"/>
8+
### :octocat: Hi, thanks for spending your time visiting this repository ! <img alt="" align="right" src="https://badges.pufler.dev/visits/xshin404/myTermux?style=flat-square&label=Visits&color=fa74b2&logo=GitHub&logoColor=white&labelColor=373e4d"/> <img alt="" align="right" src="https://img.shields.io/github/repo-size/xshin404/myTermux?style=flat-square&label=Size&color=fa74b2&labelColor=373e4d"/>
99

1010
This is my personal termux configuration, it is the result of a combination of several dotfiles from other people's repositories such as <a href="https://github.com/owl4ce/">owl4ce</a>.
1111

install.sh

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ if [[ -f $HOME/.xshin.var ]]; then
1111
banner() {
1212

1313
echo -e "\n$bl╭────────────────────────────────────────────────────────╮"
14-
echo -e "$df$lcyn _______$bl"
15-
echo -e "$df$lcyn(_______)$bl"
16-
echo -e "$df$wh ____ _ _ $lcyn_$wh _____ ____ ____ _ _ _ _$bl"
17-
echo -e "$df$wh| \| | | $lcyn| |$wh ___ |/ ___) \| | | ( \ / )$bl"
18-
echo -e "$df$wh| | | | |_| $lcyn| |$wh ____| | | | | | |_| |) X ($bl"
19-
echo -e "$df$wh|_|_|_|\__ $lcyn|_|$wh _____)_| |_|_|_|____/(_/ \_)$bl"
14+
echo -e "$df$lrd _______$bl"
15+
echo -e "$df$lrd(_______)$bl"
16+
echo -e "$df$wh ____ _ _$lrd _\e[97m _____ ____ ____ _ _ _ _$bl "
17+
echo -e "$df$wh| \| | | $lrd| |\e[97m ___ |/ ___) \| | | ( \ / )$bl "
18+
echo -e "$df$wh| | | | |_| $lrd| |\e[97m ____| | | | | | |_| |) X ($bl "
19+
echo -e "$df$wh|_|_|_|\__ $lrd|_|\e[97m_____)_| |_|_|_|____/(_/ \_)$bl "
2020
echo -e "$df$wh(____/$bl"
2121
echo -e "║ ║"
22-
echo -e "║ 🚀$wh Version :$lyw 0.3.0 $bl "
23-
echo -e "║ 📅$wh Build Date :$lrd 1 Maret 2021 $bl "
24-
echo -e "║ 📦$wh Size :$lgn $repoSize $bl "
25-
echo -e "║ ⚙️ $wh Maintainer :$mg xShin$df$bl "
22+
echo -e "║ 🚀$wh Version :$lyw 0.3.0 $bl"
23+
echo -e "║ 📅$wh Build Date :$lrd 1 Maret 2021 $bl"
24+
echo -e "║ 📦$wh Repository Size :$lgn $repoSize $bl"
25+
echo -e "║ ⚙️ $wh Maintainer :$mg xShin$df$bl"
2626
echo -e "║ ║"
2727
echo -e "╰────────────────────────────────────────────────────────╯$df"
28-
echo -e " ⚠️ $wh Mode :$lgn $mode\n$df"
28+
echo -e " ⚠️ $wh Mode :$lgn $mode\n$df"
2929

3030
}
3131

@@ -665,9 +665,9 @@ if [[ -f $HOME/.xshin.var ]]; then
665665
help() {
666666

667667
echo -e "Usage: \n ./install.sh [options]"
668-
echo -e "\nMETA OPTIONS :"
668+
echo -e "\nMETA OPTIONS :\n"
669669
echo -e " help show list of command-line options."
670-
echo -e "\nRUN OPTIONS :"
670+
echo -e "\nRUN OPTIONS :\n"
671671
echo -e " lightweight installing with lightweight mode
672672
(not included neovim plugins).\n"
673673
echo -e " full installing full mode

0 commit comments

Comments
 (0)