-
Notifications
You must be signed in to change notification settings - Fork 0
/
t-banner-pro.sh
311 lines (274 loc) · 8.4 KB
/
t-banner-pro.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
#!/bin/bash
if [[ "$1" == "--remove" ]]; then
rm -rf ~/.oh-my-zsh ~/.plugins;
chsh -s bash;
termux-reload-settings;
kill -9 $PPID
fi
spin () {
local pid=$!
local delay=0.25
local spinner=( '☕︎★★★★' '★☕︎★★★' '★★☕︎★★' '★★★☕︎★' '★★★★☕︎' )
while [ "$(ps a | awk '{print $1}' | grep $pid)" ]; do
for i in "${spinner[@]}"
do
tput civis
echo -ne "\033[34m\r[*] Downloading..please wait.........\e[33m[\033[32m$i\033[33m]\033[0m ";
sleep $delay
printf "\b\b\b\b\b\b\b\b";
done
done
printf " \b\b\b\b\b"
tput cnorm
printf "\e[1;33m [Done]\e[0m";
echo "";
}
COPY_FILES() {
version=`getprop ro.build.version.release | sed -e 's/\.//g' | cut -c1`
version1=`getprop ro.build.version.release`
rm -rf ~/.draw ~/.termux/*
cp .object/.draw .object/.bashrc ~/;
rm -rf ~/.termux;
mkdir -p ~/.termux/;
if [[ "$version" -le 7 ]]; then
rm -rf $PREFIX/share/figlet/ASCII-Shadow.flf
cp .object/color*.* .object/font*.* ~/.termux/
cp .object/termux.properties2 ~/.termux/termux.properties
cp .object/ASCII-Shadow.flf $PREFIX/share/figlet/
cp .pro-banner.sh ~/
termux-reload-settings
else
rm -rf $PREFIX/share/figlet/ASCII-Shadow.flf
cp .object/color*.* .object/font*.* ~/.termux/;
cp .object/ASCII-Shadow.flf $PREFIX/share/figlet/
cp .object/termux.properties ~/.termux/
cp .pro-banner.sh ~/
termux-reload-settings
fi
if [[ "$version1" -eq 10 ]] || [[ "$version1" -eq 11 ]]; then
rm -rf $PREFIX/share/figlet/ASCII-Shadow.flf
cp .object/color*.* .object/font*.* ~/.termux/;
cp .object/termux.properties ~/.termux/
cp .object/ASCII-Shadow.flf $PREFIX/share/figlet/
cp .pro-banner.sh ~/
termux-reload-settings
fi
}
rubygem_d () {
dpkg -s ruby2 &> /dev/null
if [[ $? -eq 0 ]]; then
apt install --reinstall ruby2 -y;
gem install lolcat*.gem &> /dev/null
else
apt install --reinstall ruby -y;
gem install lolcat*.gem &> /dev/null
fi
}
# note this is only print 7 charecters
echo "";
echo -e "\e[1;34m[*] \e[32minstalling packages....\e[0m";
echo "";
(apt update -y && apt upgrade -y) &> /dev/null;
apt install figlet pv ncurses-utils binutils coreutils wget git zsh termux-api procps gawk exa termux-tools -y &> /dev/null;
rubygem_d &> /dev/null
termux-wake-lock;
if [ -e $PREFIX/share/figlet/poisk-lss.flf ]; then
echo -e "\e[1;34m[*] \033[32mpoisk-lss.flf figlet font is present\033[0m";
sleep 4
else
wget https://raw.githubusercontent.com/poisk-ls/poisk-lss/master/poisk-lss.flf &> /dev/null;
sleep 3
cp poisk-lss.flf $PREFIX/share/figlet/poisk-lss.flf;
cp ASCII-Shadow.flf $PREFIX/share/figlet/ASCII-Shadow.flf;
sleep 3
rm poisk-lss.flf
fi
Termux-Banner-Pro ()
{
clear;
echo -e "\033[01;32m
Glyde =082122=
menu
★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★
•••••••Tᴇʀᴍɪɴᴀʟ✰Hᴇᴀᴅᴇʀ✰Pʀᴏ•••••••
★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★
oh-my-zsh users only....
\033[0m";
ok=0
while [ $ok = 0 ];
do
echo ""
tput setaf 3
read -p "Pleas enter Name : " PROC
tput sgr 0
if [[ ${#PROC} -gt 8 ]]; then
echo -e "\e[1;34m[*] \033[32mToo long characters You have input...\033[0m"
echo ""
echo -e "\033[32mPlz enter less than \033[33m9 \033[32mcharacters Name\033[0m" | pv -qL 10;
echo ""
sleep 4
clear
echo -e "\033[01;32m
Glyde =082122=
menu
★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★
•••••••Tᴇʀᴍɪɴᴀʟ✰Hᴇᴀᴅᴇʀ✰Pʀᴏ•••••••
★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★
oh-my-zsh users only....
\033[0m";
echo ""
echo -e "\e[1;34m \033[32mPlease enter less than 9 characters...\033[0m"
echo ""
else
ok=1
fi
done
clear
#echo "NAME=$PROC" > ~/.username
TNAME="$PROC";
col=$(tput cols)
echo ;
#figlet -f ASCII-Shadow "$PROC" | lolcat;
bash ~/Termux-Banner-Pro/.pro-banner.sh ${col} ${TNAME}
echo "";
#echo -e '\e[0;35m★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰\e[00m';
#echo -e '\033[1;43;30m### ᴅᴏɴ`ᴛ ɢɪᴠᴇ ᴜᴘ ### \033[0m';
#echo -e '\e[0;35m★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰\e[00m';
echo "";
echo -e "
\033[0;31m┌─[\033[1;34m$TNAME\033[1;33m@\033[1;36mtermux\033[0;31m]─[\033[0;32m~${PWD/#"$HOME"}\033[0;31m]
\033[0;31m└──╼ \e[1;31m❯\e[1;34m❯\e[1;90m❯\033[0m "
tput setaf 3
read -p "Do you want to setup this ? (y/n) " PROC32
tput sgr 0
if [[ ${PROC32} == [Y/y] ]]; then
if [ -e $HOME/t-banner-p.txt ; then
rm $HOME/t-banner-p.txt;
fi
if [ -d $HOME/Termux-Banner-Pro ]; then
cd $HOME/Termux-Banner-Pro
fi
#if [ -e $HOME/.zshrc ]; then
# rm -rf ~/.zshrc
#else
cat >> ~/.zshrc <<-EOF
tput cnorm
clear
## terminal banner
#figlet -f ASCII-Shadow.flf "$PROC" | lolcat;
echo
## cursor
printf '\e[4 q'
## prompt
TNAME="$PROC"
setopt prompt_subst
PROMPT=$'
%{\e[0;31m%}┌─[%{\e[1;34m%}%B%{\${TNAME}%}%{\e[1;33m%}@%{\e[1;36m%}termux%b%{\e[0;31m%}]─[%{\e[0;32m%}%(4~|/%2~|%~)%{\e[0;31m%}]%b
%{\e[0;31m%}└──╼ %{\e[1;31m%}%B❯%{\e[1;34m%}❯%{\e[1;90m%}❯%{\e[0m%}%b '
## Replace 'ls' with 'exa' (if available) + some aliases.
if [ -n "\$(command -v exa)" ]; then
alias l='exa'
alias ls='exa'
alias l.='exa -d .*'
alias la='exa -a'
alias ll='exa -Fhl'
alias ll.='exa -Fhl -d .*'
else
alias l='ls --color=auto'
alias ls='ls --color=auto'
alias l.='ls --color=auto -d .*'
alias la='ls --color=auto -a'
alias ll='ls --color=auto -Fhl'
alias ll.='ls --color=auto -Fhl -d .*'
fi
## Safety.
alias cp='cp -i'
alias ln='ln -i'
alias mv='mv -i'
alias rm='rm -i'
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=39'
ZSH_HIGHLIGHT_STYLES[comment]=fg=226,bold
cols=\$(tput cols)
bash ~/.pro-banner.sh \${cols} \${TNAME}
EOF
#fi
COPY_FILES
chsh -s zsh;
source ~/.zshrc;
else
echo -e "\033[32mHope you like my work..\033[0m"
fi
exit
}
clear;
echo -e "\033[31m$(figlet -f poisk-lss "Termux-Banner-Pro")\e[0m"
echo -e "\e[1;32m
✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★
Follow my Github : [\e[33mpoisk-ls\e[32m]
1. Oh-my-zsh
2. Zsh-syntax-highlight (\e[33mplugins\e[01;32m)
3. Zsh-command-autosuggest (\e[33mplugins\e[01;32m)
4. Terminal-Header-Pro
5. Custom PS1 prompt ( \e[33mBest one\e[1;32m )
✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★✰★
\033[0m";
tput setaf 3;
read -p "Do you want to setup this ? (y/n) " PROC33
tput sgr 0
if [[ ${PROC33} == [Y/y] ]]; then
ozsh=0
if [ -d $HOME/.oh-my-zsh ]; then
(rm -rf $HOME/.oh-my-zsh/) &> /dev/null
(rm $HOME/.zshrc) &> /dev/null
elif [ -d $HOME/.zsh ]; then
(rm -rf $HOME/.zsh) &> /dev/null
else
echo -e "\e[1;34m[*] \e[32mYou hvnt oh-my-zsh...\e[0m";
fi
while [ $ozsh = 0 ];
do
echo -e "\e[1;34m[*] \e[32mOh-my-zsh new setup....\e[0m";
echo "";
( rm -rf ~/.zshrc;git clone https://github.com/ohmyzsh/ohmyzsh.git $HOME/.oh-my-zsh;cp "$HOME/.oh-my-zsh/templates/zshrc.zsh-template" "$HOME/.zshrc";termux-wake-unlock; ) &> /dev/null & spin;
chsh -s zsh;
if [ -d $HOME/.oh-my-zsh ];
then
ozsh=1
else
echo -e "\e[1;34m[*] \e[32mdownload fail no.2..i ll try again..\e[0m";
fi
done
echo -e "\e[1;34m[*] \e[32mZsh-autosuggestion plugins setup..\e[0m";
zshau=0
(rm -rf ~/.plugins) &> /dev/null
mkdir -p ~/.plugins/zsh-autosuggestions
mkdir -p ~/.plugins/zsh-syntax-highlighting
#cd $HOME/.plugins/
while [ $zshau = 0 ];
do
( git clone --depth 1 https://github.com/zsh-users/zsh-autosuggestions.git ~/.plugins/zsh-autosuggestions; echo "source ~/.plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" >> $HOME/.zshrc; ) &> /dev/null & spin
if [ -d $HOME/.plugins/zsh-autosuggestions ];
then
zshau=1
else
echo -e "\e[1;34m[*] \e[32mdownload fail..i ll try again..\e[0m";
fi
done
zshsyx=0
#cd $HOME/.plugins/
while [ $zshsyx = 0 ];
do
echo -e "\e[1;34m[*] \e[32mZsh-syntax-highlighter setup....\e[0m";
( git clone --depth 1 https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.plugins/zsh-syntax-highlighting; echo "source ~/.plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> $HOME/.zshrc; ) &> /dev/null & spin
if [ -d $HOME/.plugins/zsh-syntax-highlighting ];then
zshsyx=1
else
echo -e "\e[1;34m[*] \e[32mdownload fail..i ll try again..\e[0m";
fi
done
THEADER
else
echo -e "\e[1;34m[*] \033[32mHope you like my work..\033[0m"
exit
fi
exit 0